Home
last modified time | relevance | path

Searched defs:pset_id (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dsched_common.c87 int pset_id; in sched_iterate_psets_ordered() local
H A Dprocessor.h208 int pset_id; member
565 #define foreach_pset_id(pset_id, node) \ argument
732 int pset_id = lsb_next(map, pset->pset_id); in next_pset() local
H A Dsched_rt.c172 for (pset_id_t pset_id = 0; pset_id < sched_rt_max_clusters; pset_id++) { in rt_init_completed() local
315 for (pset_id_t pset_id = 0; pset_id < num_psets; pset_id++) { in sched_rt_matrix_set() local
H A Dprocessor.c627 int pset_id) in pset_create()
H A Dsched_clutch.c5049 for (uint32_t pset_id = 0; pset_id < sched_edge_max_clusters; pset_id++) { in sched_edge_thread_avoid_processor() local
5108 for (uint32_t pset_id = 0; pset_id < sched_edge_max_clusters; pset_id++) { in sched_edge_thread_avoid_processor() local
5809 for (int pset_id = 0; pset_id < sched_edge_max_clusters; pset_id++) { in sched_edge_cpu_init_completed() local
H A Dsched_prim.c2292 for (int pset_id = lsb_first(pset_map); pset_id >= 0; pset_id = lsb_next(pset_map, pset_id)) { in other_psets_have_earlier_rt_threads_pending() local
9688 …for (int pset_id = lsb_first(node->pset_map); pset_id >= 0; pset_id = lsb_next(node->pset_map, pse… in find_pset_of_type() local
/xnu-12377.1.9/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.c70 pset_id_to_cpu_id(int pset_id) in pset_id_to_cpu_id()
211 pset_target(int pset_id) in pset_target()