Searched refs:RTBACKQ (Results 1 – 2 of 2) sorted by relevance
472 crtpp->rt_flags = prtpp->rt_flags & ~RTBACKQ; in rt_fork()915 if ((rtpp->rt_flags & RTBACKQ) != 0) { in rt_preempt()917 rtpp->rt_flags &= ~RTBACKQ; in rt_preempt()942 rtpp->rt_flags &= ~RTBACKQ; in rt_setrun()1004 rtpp->rt_flags |= RTBACKQ; in rt_tick()1022 rtpp->rt_flags &= ~RTBACKQ; in rt_wakeup()1034 rtpp->rt_flags &= ~RTBACKQ; in rt_yield()1110 rtpp->rt_flags |= RTBACKQ; in rt_change_priority()1129 rtpp->rt_flags |= RTBACKQ; in rt_change_priority()
67 #define RTBACKQ 0x0002 /* proc goes to back of disp q when preempted */ macro