Convert a timeval to ktime_t format
ktime_t timeval_to_ktime(const struct timeval tv);
tv
the timeval variable to convert
A ktime_t variable with the converted timeval value.