Convert a ktime_t variable to timespec format
struct timespec ktime_to_timespec(const ktime_t kt);
kt
the ktime_t variable to convert
The timespec representation of the ktime value.