Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_synch.c482 KASSERT((flags & (SW_INVOL | SW_VOL)) != 0, in mi_switch()
522 ((flags & SW_PREEMPT) != 0 || ((flags & SW_INVOL) != 0 && in mi_switch()
608 mi_switch(SW_INVOL | SWT_NEEDRESCHED); in ast_scheduler()
H A Dkern_switch.c238 flags = SW_INVOL | SW_PREEMPT; in critical_exit_preempt()
H A Dkern_thread.c1496 mi_switch(SW_INVOL | SWT_SUSPEND); in thread_suspend_check()
H A Dsched_4bsd.c1539 flags = SW_INVOL | SW_PREEMPT; in sched_4bsd_preempt()
H A Dsched_ule.c2638 flags = SW_INVOL | SW_PREEMPT; in sched_ule_preempt()
/freebsd/sys/sys/
H A Dproc.h937 #define SW_INVOL 0x0200 /* Involuntary switch. */ macro