ktime_to_timespec(9) convert a ktime_t variable to timespec format

SYNOPSIS

struct timespec ktime_to_timespec(constĀ ktime_tĀ kt);

ARGUMENTS

kt

the ktime_t variable to convert

RETURN

The timespec representation of the ktime value.

COPYRIGHT