Searched refs:thread_eligible_for_pset (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | sched_traditional.c | 187 .thread_eligible_for_pset = NULL, 242 .thread_eligible_for_pset = NULL,
|
| H A D | sched_proto.c | 207 .thread_eligible_for_pset = NULL,
|
| H A D | sched_dualq.c | 153 .thread_eligible_for_pset = NULL,
|
| H A D | sched_amp.c | 170 .thread_eligible_for_pset = sched_amp_thread_eligible_for_pset,
|
| H A D | sched_grrr.c | 244 .thread_eligible_for_pset = NULL,
|
| H A D | sched_prim.h | 976 bool (*thread_eligible_for_pset)(thread_t thread, processor_set_t pset); member
|
| H A D | sched_multiq.c | 343 .thread_eligible_for_pset = NULL,
|
| H A D | sched_clutch.c | 2790 .thread_eligible_for_pset = NULL, 3427 .thread_eligible_for_pset = sched_edge_thread_eligible_for_pset,
|
| H A D | sched_prim.c | 8635 if (SCHED(thread_eligible_for_pset(thread, pset)) == false) { in thread_bind_cluster_id()
|