other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| KTIME_TO_TIMESPEC_CO(9) | Driver Basics | KTIME_TO_TIMESPEC_CO(9) |
NAME¶
ktime_to_timespec_cond - convert a ktime_t variable to timespec format only if the variable contains dataSYNOPSIS¶
bool
ktime_to_timespec_cond(const ktime_t kt,
struct timespec * ts);
ARGUMENTS¶
ktthe ktime_t variable to convert
ts
the timespec variable to store the result
in
RETURN¶
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |