1. NAME

ktime_to_timespec - convert a ktime_t variable to timespec format

2. SYNOPSIS

struct timespec ktime_to_timespec(const ktime_t  kt );

3. ARGUMENTS

kt
    the ktime_t variable to convert

4. DESCRIPTION

Returns the timespec representation of the ktime value

5. COPYRIGHT