Lines Matching refs:new_quantum
1161 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()
1401 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_wakeup() local
1404 &new_quantum, &newpri); in fx_wakeup()
1405 FX_ADJUST_QUANTUM(new_quantum); in fx_wakeup()
1406 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_wakeup()
1407 fxpp->fx_pquantum = (int)new_quantum; in fx_wakeup()
1444 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_yield() local
1447 &new_quantum, &newpri); in fx_yield()
1448 FX_ADJUST_QUANTUM(new_quantum); in fx_yield()
1449 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_yield()
1450 fxpp->fx_pquantum = (int)new_quantum; in fx_yield()