Searched refs:sched_stats_active (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dprocessor_data.h103 if (__builtin_expect(sched_stats_active, 0)) { \
110 if (__builtin_expect(sched_stats_active, 0)) { \
117 if (__builtin_expect(sched_stats_active, 0)) { \
124 if (__builtin_expect(sched_stats_active, 0)) { \
131 if (__builtin_expect(sched_stats_active, 0)) { \
H A Dprocessor.h180 extern boolean_t sched_stats_active;
H A Dsched_prim.h298 if (__builtin_expect(sched_stats_active, 0)) { \
307 if (__builtin_expect(sched_stats_active, 0)) { \
H A Dhost.c593 sched_stats_active = active;
605 if (!sched_stats_active) {
H A Dprocessor.c107 boolean_t sched_stats_active = FALSE; variable

Completed in 20 milliseconds