Home
last modified time | relevance | path

Searched refs:lwp_rebal_ticks (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dusched_bsd4.c674 lp->lwp_rebal_ticks = sched_ticks; in bsd4_setrunqueue()
1487 (lp->lwp_rebal_ticks == sched_ticks || in bsd4_chooseproc_locked_cache_coherent()
1488 lp->lwp_rebal_ticks == (int)(sched_ticks - 1)) && in bsd4_chooseproc_locked_cache_coherent()
/dragonfly/sys/sys/
H A Dproc.h196 u_int lwp_rebal_ticks; /* Timestamp sched on current cpu */ member