Set a ktime_t variable from a seconds/nanoseconds value
ktime_t ktime_set(const long secs, const unsigned long nsecs);
secs
seconds to set
nsecs
nanoseconds to set
The ktime_t representation of the value.