Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_rt.h48 extern int sched_rt_runq_strict_priority;
H A Dsched_rt.c75 int sched_rt_runq_strict_priority = false; variable
1382 if (!sched_rt_runq_strict_priority) { in rt_runq_dequeue()
H A Dsched_prim.c2523 if (sched_rt_runq_strict_priority) { in thread_select()
/xnu-12377.61.12/bsd/kern/
H A Dkern_sysctl.c2643 extern int sched_rt_runq_strict_priority;
2644 SYSCTL_INT(_kern, OID_AUTO, sched_rt_runq_strict_priority,
2646 &sched_rt_runq_strict_priority, 0, "");