Searched refs:cputime_to_secs (Results 1 – 5 of 5) 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
1005 unsigned long psecs = cputime_to_secs(ptime); in check_process_timers()