Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_resource.c1072 rux->rux_sticks += td->td_sticks; in ruxagg_locked()
1086 td->td_sticks = 0; in ruxagg()
Dkern_clock.c743 td->td_sticks += cnt; in statclock_cnt()
/freebsd-10-stable/sys/sys/
Dproc.h259 u_int td_sticks; /* (t) Statclock hits in system mode. */ member