Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDsched.h199 DPCPU_DECLARE(long, sched_switch_stats[SWT_COUNT]);
HDproc.h928 #define SWT_COUNT 12 /* Number of switch types. */ macro
/freebsd-head/sys/kern/
HDkern_switch.c85 DPCPU_DEFINE(long, sched_switch_stats[SWT_COUNT]);
HDkern_synch.c490 KASSERT((flags & SW_TYPE_MASK) < SWT_COUNT, in mi_switch()