table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTIME_ADD_NS(9) | Driver Basics | KTIME_ADD_NS(9) |
NAME¶
ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variableSYNOPSIS¶
ktime_t
ktime_add_ns(const ktime_t kt,
u64 nsec);
ARGUMENTS¶
ktaddend
nsec
the scalar nsec value to add
DESCRIPTION¶
Returns the sum of kt and nsec in ktime_t formatCOPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |