Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dfx.c1161 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_preempt() local
1164 &new_quantum, &newpri); in fx_preempt()
1165 FX_ADJUST_QUANTUM(new_quantum); in fx_preempt()
1166 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_preempt()
1167 fxpp->fx_pquantum = (int)new_quantum; in fx_preempt()
1302 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_tick() local
1305 &new_quantum, &newpri); in fx_tick()
1306 FX_ADJUST_QUANTUM(new_quantum); in fx_tick()
1307 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_tick()
1308 fxpp->fx_pquantum = (int)new_quantum; in fx_tick()
[all …]