Home
last modified time | relevance | path

Searched refs:td_sticks (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_clock.c682 td->td_sticks += cnt; in statclock()
H A Dkern_resource.c1133 rux->rux_sticks += td->td_sticks; in ruxagg_ext_locked()
1148 td->td_sticks = 0; in ruxagg_locked()
/f-stack/freebsd/sys/
H A Dproc.h289 u_int td_sticks; /* (t) Statclock hits in system mode. */ member