Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_synch.c534 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.c678 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.c1013 td->td_runtime += runtime; in thread_exit()
/freebsd-14.2/sys/sys/
H A Dproc.h297 uint64_t td_runtime; /* (t) How many cpu ticks we've run. */ member