Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_synch.c530 td->td_runtime += runtime; in mi_switch()
H A Dkern_resource.c837 td->td_runtime += runtime; in calcru()
869 td->td_runtime += runtime; in rufetchtd()
H A Dkern_clock.c708 td->td_runtime += runtime; in statclock()
H A Dinit_main.c658 td->td_runtime = 0; in proc0_post()
H A Dkern_time.c262 runtime = curthread->td_runtime; in kern_thread_cputime()
268 runtime = targettd->td_runtime; in kern_thread_cputime()
H A Dkern_thread.c967 td->td_runtime += runtime; in thread_exit()
/freebsd-13.1/sys/sys/
H A Dproc.h288 uint64_t td_runtime; /* (t) How many cpu ticks we've run. */ member