Searched defs:secs_to_cputime (Results 1 – 4 of 4) sorted by relevance
68 #define secs_to_cputime(__secs) ((__secs) * NSEC_PER_SEC) macro
48 #define secs_to_cputime(sec) ((sec) * HZ) macro
163 static inline cputime_t secs_to_cputime(const unsigned long sec) in secs_to_cputime() function
100 secs_to_cputime(const unsigned int s) in secs_to_cputime() function