Searched refs:SW_PREEMPT (Results 1 – 5 of 5) sorted by relevance
240 flags = SW_INVOL | SW_PREEMPT; in critical_exit_preempt()
538 ((flags & SW_PREEMPT) != 0 || ((flags & SW_INVOL) != 0 && in mi_switch()
995 (flags & SW_PREEMPT) != 0; in sched_switch()1509 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT); in sched_preempt()
2065 (flags & SW_PREEMPT) != 0; in sched_switch()2369 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
859 #define SW_PREEMPT 0x0400 /* The invol switch is a preemption */ macro