Home
last modified time | relevance | path

Searched refs:SW_PREEMPT (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_switch.c240 flags = SW_INVOL | SW_PREEMPT; in critical_exit_preempt()
H A Dkern_synch.c538 ((flags & SW_PREEMPT) != 0 || ((flags & SW_INVOL) != 0 && in mi_switch()
H A Dsched_4bsd.c995 (flags & SW_PREEMPT) != 0; in sched_switch()
1509 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT); in sched_preempt()
H A Dsched_ule.c2065 (flags & SW_PREEMPT) != 0; in sched_switch()
2369 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
/f-stack/freebsd/sys/
H A Dproc.h859 #define SW_PREEMPT 0x0400 /* The invol switch is a preemption */ macro