Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsched_4bsd.c369 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT, td); in maybe_preempt()
989 (flags & SW_PREEMPT) != 0; in sched_switch()
1494 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT, NULL); in sched_preempt()
Dkern_switch.c207 flags = SW_INVOL | SW_PREEMPT; in critical_exit()
Dsched_ule.c1842 (flags & SW_PREEMPT) != 0; in sched_switch()
2131 flags = SW_INVOL | SW_PREEMPT; in sched_preempt()
/freebsd-9-stable/sys/sys/
Dproc.h692 #define SW_PREEMPT 0x0400 /* The invol switch is a preemption */ macro