TIMESPEC_TO_KTIME

Section: Driver Basics (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

timespec_to_ktime - convert a timespec to ktime_t format  

SYNOPSIS

ktime_t timespec_to_ktime(const struct timespec ts);
 

ARGUMENTS

ts

the timespec variable to convert
 

DESCRIPTION

Returns a ktime_t variable with the converted timespec value  

COPYRIGHT