table of contents
KTIME_TO_TIMESPEC(9) | Driver Basics | KTIME_TO_TIMESPEC(9) |
NAME¶
ktime_to_timespec - convert a ktime_t variable to timespec format
SYNOPSIS¶
struct timespec ktime_to_timespec(const ktime_t kt);
ARGUMENTS¶
kt
the ktime_t variable to convert
DESCRIPTION¶
Returns the timespec representation of the ktime value
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |