Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus.c1029 kPolicyClearTheDecks = 0x01,
1634 (memorystatus_policy_t)kPolicyClearTheDecks, relaxed); in memstat_clear_the_decks()
1635 if (orig_policy & kPolicyClearTheDecks) { in memstat_clear_the_decks()
1649 (memorystatus_policy_t)kPolicyClearTheDecks, relaxed); in memstat_clear_the_decks()
1650 if (!(orig_policy & kPolicyClearTheDecks)) { in memstat_clear_the_decks()
1668 …boolean_t cleared = os_atomic_load(&memstat_policy_config, relaxed) & kPolicyClearTheDecks ? TRUE …
4126 if (os_atomic_load(&memstat_policy_config, acquire) & kPolicyClearTheDecks) { in _memstat_page_shortage_offset()
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py104 kPolicyClearTheDecks = 0x01 variable
148 if kern.globals.memstat_policy_config & kPolicyClearTheDecks: