other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTIME_TO_TIMESPEC(9) | Driver Basics | KTIME_TO_TIMESPEC(9) |
NAME¶
ktime_to_timespec - convert a ktime_t variable to timespec formatSYNOPSIS¶
struct
timespec
ktime_to_timespec(const ktime_t kt);
ARGUMENTS¶
ktthe ktime_t variable to convert
RETURN¶
The timespec representation of the ktime value.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |