Home
last modified time | relevance | path

Searched refs:nsec_to_clock_t (Results 1 – 5 of 5) sorted by relevance

/kernel/time/
Dtime.c674 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t() function
689 EXPORT_SYMBOL_GPL(nsec_to_clock_t);
/kernel/
Ddelayacct.c184 ret = nsec_to_clock_t(tsk->delays->blkio_delay + in __delayacct_blkio_ticks()
Dsys.c1005 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times()
1006 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times()
1007 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times()
1008 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
Dsignal.c2078 info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime); in do_notify_parent()
2079 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent()
2168 info.si_utime = nsec_to_clock_t(utime); in do_notify_parent_cldstop()
2169 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop()
/kernel/sched/
Dcpuacct.c281 (long long)nsec_to_clock_t(val[stat])); in cpuacct_stats_show()