Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dsched_dualq.c138 .processor_balance = sched_SMT_balance,
H A Dsched_amp.c150 .processor_balance = sched_amp_balance,
H A Dsched_prim.h1031 bool (*processor_balance)(processor_t processor, processor_set_t pset); member
H A Dsched_clutch.c3149 .processor_balance = sched_SMT_balance,
3753 .processor_balance = sched_edge_balance,
H A Dsched_prim.c3212 processor->next_idle_short = SCHED(processor_balance)(processor, pset); in thread_select()
/xnu-11417.101.15/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_…