Searched refs:SW_INVOL (Results 1 – 7 of 7) sorted by relevance
504 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()540 ((flags & SW_PREEMPT) != 0 || ((flags & SW_INVOL) != 0 && in mi_switch()
280 mi_switch(SW_INVOL | SWT_NEEDRESCHED); in ast()
240 flags = SW_INVOL | SW_PREEMPT; in critical_exit_preempt()
1438 mi_switch(SW_INVOL | SWT_SUSPEND); in thread_suspend_check()
1516 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT); in sched_preempt()
2467 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
873 #define SW_INVOL 0x0200 /* Involuntary switch. */ macro