Searched refs:MEMORYSTATUS_LOG_AVAILABLE_PAGES (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_memorystatus_policy.c | 183 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memstat_log_system_health() 189 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memstat_log_system_health() 195 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memstat_log_system_health() 200 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memstat_log_system_health() 205 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memstat_log_system_health() 241 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memstat_log_system_health() 641 …kJetsamHighRelaunchCandidatesThreshold, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, (uint64_t)memo… in memorystatus_aggressive_jetsam_needed_sysproc_aging()
|
| H A D | kern_memorystatus_internal.h | 259 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES os_atomic_load(&memorystatus_available_pages, relaxed) macro 261 #define MEMORYSTATUS_LOG_AVAILABLE_PAGES (vm_page_active_count + vm_page_inactive_count + vm_page_f… macro
|
| H A D | kern_memorystatus.c | 2372 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_kill() 4761 (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_action() 4768 c_late_swappedin_count, (uint64_t) MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_do_action() 4887 …MEMORYSTATUS_LOG_AVAILABLE_PAGES, memorystatus_jld_enabled, memorystatus_jld_eval_period_msecs, jl… in memorystatus_thread_internal() 5026 MEMORYSTATUS_LOG_AVAILABLE_PAGES, total_memory_reclaimed); in memorystatus_thread_internal() 5357 footprint_of_killed_proc >> 10, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memorystatus_kill_specific_process() 6488 (*footprint_out) >> 10, (uint64_t)MEMORYSTATUS_LOG_AVAILABLE_PAGES, vm_compressor_pool_size()); in memorystatus_kill_proc() 6509 MEMORYSTATUS_LOG_AVAILABLE_PAGES); in memstat_kill_top_process() 6707 MEMORYSTATUS_LOG_AVAILABLE_PAGES, killed ? aPid : 0, killed, footprint_of_killed_proc); in memstat_kill_top_process() 6870 MEMORYSTATUS_LOG_AVAILABLE_PAGES, priority_max); in memorystatus_kill_processes_aggressive() [all …]
|