Name
ktime_set — 
  Set a ktime_t variable from a seconds/nanoseconds value
 
Synopsis
| ktime_t ktime_set ( | const s64 secs, | 
|  | const unsigned long nsecs ); | 
 
Arguments
- secs
- 
     seconds to set
     
- nsecs
- 
     nanoseconds to set
     
Return
   The ktime_t representation of the value.