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