Searched defs:rechoose_interval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c123 int rechoose_interval = RECHOOSE_INTERVAL; variable
1165 * thread last ran. If that amount of time is less than "rechoose_interval"
1171 ((ddi_get_lbolt() - thread->t_disp_time) <= rechoose_interval))

Completed in 49 milliseconds