1. NAME

timeval_to_ktime - convert a timeval to ktime_t format

2. SYNOPSIS

ktime_t timeval_to_ktime(const struct timeval  tv );

3. ARGUMENTS

tv
    the timeval variable to convert

4. DESCRIPTION

Returns a ktime_t variable with the converted timeval value

5. COPYRIGHT