Searched refs:cputime_to_nsecs (Results 1 – 6 of 6) sorted by relevance
6 #ifndef cputime_to_nsecs7 # define cputime_to_nsecs(__ct) \ macro
92 tmp += cputime_to_nsecs(utime + stime); in __delayacct_add_tsk()97 tmp += cputime_to_nsecs(utimescaled + stimescaled); in __delayacct_add_tsk()
22 #define cputime_to_nsecs(__ct) \ macro
49 #define cputime_to_nsecs(__ct) \ macro
187 return div_u64(cputime_to_nsecs(utime + stime), 100); in current_task_runtime_100ns()
660 return local_clock() - cputime_to_nsecs(kcpustat_this_cpu->cpustat[CPUTIME_STEAL]); in running_clock()