Lines Matching refs:new_quantum
1157 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()
1395 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_wakeup() local
1398 &new_quantum, &newpri); in fx_wakeup()
1399 FX_ADJUST_QUANTUM(new_quantum); in fx_wakeup()
1400 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_wakeup()
1401 fxpp->fx_pquantum = (int)new_quantum; in fx_wakeup()
1438 clock_t new_quantum = (clock_t)fxpp->fx_pquantum; in fx_yield() local
1441 &new_quantum, &newpri); in fx_yield()
1442 FX_ADJUST_QUANTUM(new_quantum); in fx_yield()
1443 if ((int)new_quantum != fxpp->fx_pquantum) { in fx_yield()
1444 fxpp->fx_pquantum = (int)new_quantum; in fx_yield()