Searched refs:SW_PREEMPT (Results 1 – 5 of 5) sorted by relevance
234 flags = SW_INVOL | SW_PREEMPT; in critical_exit_preempt()
526 ((flags & SW_PREEMPT) != 0 || ((flags & SW_INVOL) != 0 && in mi_switch()
1016 (flags & SW_PREEMPT) != 0; in sched_switch() 1540 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
2206 (flags & SW_PREEMPT) != 0; in sched_switch() 2518 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
932 #define SW_PREEMPT 0x0400 /* The invol switch is a preemption */ macro