Home
last modified time | relevance | path

Searched refs:AST_REBALANCE (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dast.h131 #define AST_REBALANCE 0x100000 /* thread context switched due to rebalancing */ macro
H A Dsched_clutch.c4491 …boolean_t amp_rebalance = (thread->reason & (AST_REBALANCE | AST_QUANTUM)) == (AST_REBALANCE | AST… in sched_edge_migrate_candidate()
H A Dsched_prim.c2743 *reason |= AST_REBALANCE; in thread_select()
2880 *reason |= AST_REBALANCE; in thread_select()
3644 if (reason & AST_REBALANCE) { in thread_dispatch()
/xnu-10063.141.1/doc/scheduler/
H A Dsched_clutch_edge.md286 …erred cluster). The scheduler recognizes this (via `AST_QUANTUM` and `AST_REBALANCE` being set) an…