KTIME_TO_TIMESPEC

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

NAME

ktime_to_timespec - convert a ktime_t variable to timespec format  

SYNOPSIS

struct timespec ktime_to_timespec(const ktime_t kt);
 

ARGUMENTS

kt

the ktime_t variable to convert
 

DESCRIPTION

Returns the timespec representation of the ktime value  

COPYRIGHT