Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.1.9/bsd/kern/
H A Dkern_sysctl.c2637 extern int sched_rt_runq_strict_priority;
2638 SYSCTL_INT(_kern, OID_AUTO, sched_rt_runq_strict_priority,
2640 &sched_rt_runq_strict_priority, 0, "");