Searched refs:nsec_to_clock_t (Results 1 – 5 of 5) sorted by relevance
96 nsec_to_clock_t(time)); in show_time_in_state()
640 extern u64 nsec_to_clock_t(u64 x);
288 nsec_to_clock_t(val[stat])); in cpuacct_stats_show()
1058 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times()1059 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times()1060 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times()1061 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
728 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t() function