Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_synch.c528 td->td_runtime += runtime; in mi_switch()
H A Dkern_clock.c711 td->td_runtime += runtime; in statclock()
H A Dkern_resource.c836 td->td_runtime += runtime; in calcru()
868 td->td_runtime += runtime; in rufetchtd()
H A Dinit_main.c656 td->td_runtime = 0; in proc0_post()
H A Dkern_time.c259 runtime = curthread->td_runtime; in kern_thread_cputime()
265 runtime = targettd->td_runtime; in kern_thread_cputime()
H A Dkern_thread.c935 td->td_runtime += runtime; in thread_exit()
/f-stack/freebsd/sys/
H A Dproc.h287 uint64_t td_runtime; /* (t) How many cpu ticks we've run. */ member