Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_clock.c727 td->td_sticks += cnt; in statclock()
H A Dkern_resource.c1249 rux->rux_sticks += td->td_sticks; in ruxagg_ext_locked()
1264 td->td_sticks = 0; in ruxagg_locked()
/freebsd/sys/sys/
H A Dproc.h298 u_int td_sticks; /* (t) Statclock hits in system mode. */ member