table of contents
KTIME_TO_NS(9) | Driver Basics | KTIME_TO_NS(9) |
NAME¶
ktime_to_ns - convert a ktime_t variable to scalar nanoseconds
SYNOPSIS¶
s64 ktime_to_ns(const ktime_t kt);
ARGUMENTS¶
kt
the ktime_t variable to convert
DESCRIPTION¶
Returns the scalar nanoseconds representation of kt
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |