Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c1157 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_preempt() local
1160 &new_quantum, &newpri); in fx_preempt()
1161 FX_ADJUST_QUANTUM(new_quantum); in fx_preempt()
1162 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_preempt()
1163 fxpp->fx_pquantum = (int)new_quantum; in fx_preempt()
1298 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_tick() local
1301 &new_quantum, &newpri); in fx_tick()
1302 FX_ADJUST_QUANTUM(new_quantum); in fx_tick()
1303 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_tick()
1304 fxpp->fx_pquantum = (int)new_quantum; in fx_tick()
[all …]