Searched defs:cputime_to_nsecs (Results 1 – 3 of 3) sorted by relevance
32 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) macro
15 # define cputime_to_nsecs(__ct) \ macro
39 #define cputime_to_nsecs(cputime) tb_to_ns((__force u64)cputime) macro
Completed in 4 milliseconds