Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/sched_test_harness/
H A Dsched_edge_harness.c415 return sched_edge_qos_max_parallelism(qos, options); in impl_qos_max_parallelism()
/xnu-11417.121.6/osfmk/kern/
H A Dsched_clutch.c3725 sched_edge_qos_max_parallelism(int qos, uint64_t options);
3754 .qos_max_parallelism = sched_edge_qos_max_parallelism,
5327 sched_edge_qos_max_parallelism(int qos, uint64_t options) in sched_edge_qos_max_parallelism() function