Home
last modified time | relevance | path

Searched refs:SW_INVOL (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_synch.c411 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()
448 ((flags & SW_PREEMPT) != 0 || ((flags & SW_INVOL) != 0 && in mi_switch()
H A Dsubr_trap.c289 mi_switch(SW_INVOL | SWT_NEEDRESCHED, NULL); in ast()
H A Dkern_switch.c238 flags = SW_INVOL | SW_PREEMPT; in critical_exit_preempt()
H A Dkern_thread.c1040 mi_switch(SW_INVOL | SWT_SUSPEND, NULL); in thread_suspend_check()
H A Dsched_4bsd.c1479 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT, NULL); in sched_preempt()
H A Dsched_ule.c2340 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
/freebsd-12.1/sys/sys/
H A Dproc.h809 #define SW_INVOL 0x0200 /* Involuntary switch. */ macro