Searched refs:FXBACKQ (Results 1 – 2 of 2) sorted by relevance
625 cfxpp->fx_flags = pfxpp->fx_flags & ~(FXBACKQ); in fx_fork()1183 if ((fxpp->fx_flags & (FXBACKQ)) == FXBACKQ) { in fx_preempt()1185 fxpp->fx_flags &= ~FXBACKQ; in fx_preempt()1198 fxpp->fx_flags &= ~FXBACKQ; in fx_setrun()1370 fxpp->fx_flags |= FXBACKQ; in fx_tick()1418 fxpp->fx_flags &= ~FXBACKQ; in fx_wakeup()1476 fxpp->fx_flags &= ~FXBACKQ; in fx_yield()1601 fxpp->fx_flags |= FXBACKQ; in fx_change_priority()1622 fxpp->fx_flags |= FXBACKQ; in fx_change_priority()
136 #define FXBACKQ 0x02 /* thread goes to back of disp q when preempted */ macro