Home
last modified time | relevance | path

Searched refs:sched_edge_qos_max_parallelism (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c426 return sched_edge_qos_max_parallelism(qos, options); in impl_qos_max_parallelism()
/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c3821 sched_edge_qos_max_parallelism(int qos, uint64_t options);
3862 .qos_max_parallelism = sched_edge_qos_max_parallelism,
6292 sched_edge_qos_max_parallelism(int qos, uint64_t options) in sched_edge_qos_max_parallelism() function