Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c519 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_enterclass()
618 cfxpp->fx_timeleft = cfxpp->fx_pquantum = pfxpp->fx_pquantum; in fx_fork()
1142 fxpp->fx_timeleft > -SC_MAX_TICKS) { in fx_preempt()
1164 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_preempt()
1180 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_preempt()
1305 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_tick()
1322 (--fxpp->fx_timeleft <= 0)) { in fx_tick()
1332 if (fxpp->fx_timeleft > -SC_MAX_TICKS) { in fx_tick()
1354 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_tick()
1402 fxpp->fx_timeleft = fxpp->fx_pquantum; in fx_wakeup()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h105 int fx_timeleft; /* time remaining in procs quantum */ member