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/sched/
Dcpuacct.c286 nsec_to_clock_t(val[stat])); in cpuacct_stats_show()
/kernel/
Ddelayacct.c201 ret = nsec_to_clock_t(tsk->delays->blkio_delay); in __delayacct_blkio_ticks()
Dsys.c1012 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times()
1013 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times()
1014 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times()
1015 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
Dsignal.c2096 info.si_utime = nsec_to_clock_t(utime + tsk->signal->utime); in do_notify_parent()
2097 info.si_stime = nsec_to_clock_t(stime + tsk->signal->stime); in do_notify_parent()
2186 info.si_utime = nsec_to_clock_t(utime); in do_notify_parent_cldstop()
2187 info.si_stime = nsec_to_clock_t(stime); in do_notify_parent_cldstop()