Searched defs:cputime_to_nsecs (Results 1 – 5 of 5) sorted by relevance
17 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) macro
32 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) macro
25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime) macro
15 # define cputime_to_nsecs(__ct) \ macro
39 #define cputime_to_nsecs(cputime) tb_to_ns((__force u64)cputime) macro