Scroll to navigation

KTIME_TO_TIMEVAL(9) Driver Basics KTIME_TO_TIMEVAL(9)

NAME

ktime_to_timeval - convert a ktime_t variable to timeval format

SYNOPSIS

struct timeval ktime_to_timeval(const ktime_t kt);

ARGUMENTS

kt
the ktime_t variable to convert

RETURN

The timeval representation of the ktime value.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16