Searched defs:cputime_to_timespec (Results 1 – 4 of 4) sorted by relevance
78 static inline void cputime_to_timespec(const cputime_t ct, struct timespec *val) in cputime_to_timespec() function
54 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) macro
171 static inline void cputime_to_timespec(const cputime_t ct, struct timespec *p) in cputime_to_timespec() function
115 cputime_to_timespec(const cputime_t cputime, struct timespec *value) in cputime_to_timespec() function