Searched defs:cputime_to_nsecs (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ | ||
D | cputime.h | 32 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) macro |
/Linux-v4.19/include/linux/sched/ | ||
D | cputime.h | 15 # define cputime_to_nsecs(__ct) \ macro |