Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_resource.c1132 rux->rux_sticks += td->td_sticks; in ruxagg_ext_locked()
1147 td->td_sticks = 0; in ruxagg_locked()
HDkern_clock.c698 td->td_sticks += cnt; in statclock()
/freebsd-13-stable/sys/sys/
HDproc.h291 u_int td_sticks; /* (t) Statclock hits in system mode. */ member