Searched defs:cputime_to_jiffies (Results 1 – 4 of 4) sorted by relevance
37 #define cputime_to_jiffies(__ct) \ macro
10 #define cputime_to_jiffies(__ct) (__force unsigned long)(__ct) macro
49 static inline unsigned long cputime_to_jiffies(const cputime_t ct) in cputime_to_jiffies() function
40 static inline unsigned long cputime_to_jiffies(const cputime_t cputime) in cputime_to_jiffies() function