other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTIME_SET(9) | Driver Basics | KTIME_SET(9) |
NAME¶
ktime_set - Set a ktime_t variable from a seconds/nanoseconds valueSYNOPSIS¶
ktime_t
ktime_set(const long secs,
const unsigned long nsecs);
ARGUMENTS¶
secsseconds to set
nsecs
nanoseconds to set
RETURN¶
The ktime_t representation of the value.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |