Home
last modified time | relevance | path

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

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