Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c624 cfxpp->fx_flags = pfxpp->fx_flags & ~(FXBACKQ); in fx_fork()
1179 if ((fxpp->fx_flags & (FXBACKQ)) == FXBACKQ) { in fx_preempt()
1181 fxpp->fx_flags &= ~FXBACKQ; in fx_preempt()
1194 fxpp->fx_flags &= ~FXBACKQ; in fx_setrun()
1364 fxpp->fx_flags |= FXBACKQ; in fx_tick()
1412 fxpp->fx_flags &= ~FXBACKQ; in fx_wakeup()
1470 fxpp->fx_flags &= ~FXBACKQ; in fx_yield()
1595 fxpp->fx_flags |= FXBACKQ; in fx_change_priority()
1616 fxpp->fx_flags |= FXBACKQ; in fx_change_priority()
/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h134 #define FXBACKQ 0x02 /* thread goes to back of disp q when preempted */ macro