Home
last modified time | relevance | path

Searched refs:kPolicyBallastDrain (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus.c1030 kPolicyBallastDrain = 0x02,
1534 (memorystatus_policy_t)kPolicyBallastDrain, relaxed); in memorystatus_ballast_control()
1535 if (orig_policy & kPolicyBallastDrain) { in memorystatus_ballast_control()
1550 (memorystatus_policy_t)kPolicyBallastDrain, relaxed); in memorystatus_ballast_control()
1551 if (!(orig_policy & kPolicyBallastDrain)) { in memorystatus_ballast_control()
1570 …boolean_t drained = os_atomic_load(&memstat_policy_config, relaxed) & kPolicyBallastDrain ? TRUE :…
4129 if (os_atomic_load(&memstat_policy_config, acquire) & kPolicyBallastDrain) { in _memstat_page_shortage_offset()
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py105 kPolicyBallastDrain = 0x02 variable
152 if kern.globals.memstat_policy_config & kPolicyBallastDrain: