ktime_to_timeval(9) 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