table of contents
other versions
- wheezy 3.2.78-1
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
DESCRIPTION¶
Return the ktime_t representation of the valueCOPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |