1TIMEVAL_TO_KTIME(9) Driver Basics TIMEVAL_TO_KTIME(9)
23
4
NAME
6timeval_to_ktime - convert a timeval to ktime_t format
7
SYNOPSIS
9ktime_t timeval_to_ktime(const struct timeval tv);
10
ARGUMENTS
12tv
13the timeval variable to convert
14
DESCRIPTION
16Returns a ktime_t variable with the converted timeval value
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 TIMEVAL_TO_KTIME(9)