Convert a timespec to ktime_t format
ktime_t timespec_to_ktime(const struct timespec ts);
ts
the timespec variable to convert
A ktime_t variable with the converted timespec value.