table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTIME_SUB_NS(9) | Driver Basics | KTIME_SUB_NS(9) |
NAME¶
ktime_sub_ns - Subtract a scalar nanoseconds value from a ktime_t variableSYNOPSIS¶
ktime_t
ktime_sub_ns(const ktime_t kt,
u64 nsec);
ARGUMENTS¶
ktminuend
nsec
the scalar nsec value to subtract
DESCRIPTION¶
Returns the subtraction of nsec from kt in ktime_t formatCOPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |