1KTIME_TO_TIMEVAL(9) Driver Basics KTIME_TO_TIMEVAL(9)
23
4
NAME
6ktime_to_timeval - convert a ktime_t variable to timeval format
7
SYNOPSIS
9struct timeval ktime_to_timeval(const ktime_t kt);
10
ARGUMENTS
12kt
13the ktime_t variable to convert
14
DESCRIPTION
16Returns the timeval representation of the ktime value
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 KTIME_TO_TIMEVAL(9)