Home
last modified time | relevance | path

Searched refs:SWT_PREEMPT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_switch.c91 &DPCPU_NAME(sched_switch_stats[SWT_PREEMPT]), "");
H A Dsched_4bsd.c1509 mi_switch(SW_INVOL | SW_PREEMPT | SWT_PREEMPT); in sched_preempt()
/f-stack/freebsd/sys/
H A Dproc.h843 #define SWT_PREEMPT 1 /* Switching due to preemption. */ macro