Home
last modified time | relevance | path

Searched refs:MEMORYSTATUS_LOG_AVAILABLE_PAGES (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/bsd/kern/ !
H A Dkern_memorystatus_internal.h203 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES memorystatus_available_pages macro
205 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES (vm_page_active_count + vm_page_inactive_count + vm_page_f… macro
H A Dkern_memorystatus.c1587 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_kill()
3976 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_action()
3983 c_late_swappedin_count, (uint64_t) MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_action()
4064MEMORYSTATUS_LOG_AVAILABLE_PAGES, memorystatus_jld_enabled, memorystatus_jld_eval_period_msecs, me… in memorystatus_thread_internal()
4138 …tatus_jetsam_thread: no victim! available pages:%llu", (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_thread_internal()
4168 MEMORYSTATUS_LOG_AVAILABLE_PAGES, total_memory_reclaimed, 0, 0, 0); in memorystatus_thread_internal()
4466 footprint_of_killed_proc >> 10, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_kill_specific_process()
5571 …(*footprint_of_killed_proc) >> 10, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_… in memorystatus_kill_proc()
5597 MEMORYSTATUS_LOG_AVAILABLE_PAGES, 0, 0, 0, 0); in memorystatus_kill_top_process()
5791 MEMORYSTATUS_LOG_AVAILABLE_PAGES, killed ? aPid : 0, killed, *memory_reclaimed, 0); in memorystatus_kill_top_process()
[all …]
H A Dkern_memorystatus_policy.c366 …kJetsamHighRelaunchCandidatesThreshold, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, (uint64_t)memo… in memorystatus_aggressive_jetsam_needed_sysproc_aging()