Searched defs:cputime_to_secs (Results 1 – 4 of 4) sorted by relevance
43 #define cputime_to_secs(jif) (cputime_to_jiffies(jif) / HZ) macro
68 #define cputime_to_secs(__ct) \ macro
73 static inline unsigned int cputime_to_secs(const cputime_t cputime) in cputime_to_secs() function
146 static inline unsigned long cputime_to_secs(const cputime_t ct) in cputime_to_secs() function