Home
last modified time | relevance | path

Searched refs:processor_balance (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dsched_dualq.c139 .processor_balance = sched_SMT_balance,
H A Dsched_amp.c155 .processor_balance = sched_amp_balance,
H A Dsched_prim.h1016 bool (*processor_balance)(processor_t processor, processor_set_t pset); member
H A Dsched_clutch.c3226 .processor_balance = sched_SMT_balance,
3844 .processor_balance = sched_edge_balance,
H A Dsched_prim.c2854 processor->next_idle_short = SCHED(processor_balance)(processor, pset); in thread_select()
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md248 … does not return a thread, the `thread_select()` logic calls `SCHED(processor_balance)` callout wh…
262 …NULL for the steal callout and perform rebalancing as part of SCHED(processor_balance) i.e. sched_…