Home
last modified time | relevance | path

Searched refs:td_runtime (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dkern_synch.c512 td->td_runtime += runtime; in mi_switch()
H A Dkern_clock.c756 td->td_runtime += runtime; in statclock()
H A Dkern_resource.c960 td->td_runtime += runtime; in calcru()
992 td->td_runtime += runtime; in rufetchtd()
H A Dinit_main.c676 td->td_runtime = 0; in proc0_post()
H A Dkern_time.c261 runtime = curthread->td_runtime; in kern_thread_cputime()
267 runtime = targettd->td_runtime; in kern_thread_cputime()
H A Dkern_thread.c1022 td->td_runtime += runtime; in thread_exit()
/freebsd/sys/sys/
H A Dproc.h296 uint64_t td_runtime; /* (t) How many cpu ticks we've run. */ member