Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dfx.c520 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_enterclass()
619 cfxpp->fx_timeleft = cfxpp->fx_pquantum = pfxpp->fx_pquantum; in fx_fork()
1143 fxpp->fx_timeleft > -SC_MAX_TICKS) { in fx_preempt()
1168 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_preempt()
1184 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_preempt()
1309 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_tick()
1326 (--fxpp->fx_timeleft <= 0)) { in fx_tick()
1336 if (fxpp->fx_timeleft > -SC_MAX_TICKS) { in fx_tick()
1360 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_tick()
1408 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_wakeup()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfx.h107 int fx_timeleft; /* time remaining in procs quantum */ member