1. NAME

ktime_to_timeval - convert a ktime_t variable to timeval format

2. SYNOPSIS

struct timeval ktime_to_timeval(const ktime_t  kt );

3. ARGUMENTS

kt
    the ktime_t variable to convert

4. DESCRIPTION

Returns the timeval representation of the ktime value

5. COPYRIGHT