Searched refs:SW_PREEMPT (Results 1 – 4 of 4) sorted by relevance
369 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT, td); in maybe_preempt()989 (flags & SW_PREEMPT) != 0; in sched_switch()1494 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT, NULL); in sched_preempt()
207 flags = SW_INVOL | SW_PREEMPT; in critical_exit()
1842 (flags & SW_PREEMPT) != 0; in sched_switch()2131 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
692 #define SW_PREEMPT 0x0400 /* The invol switch is a preemption */ macro