Searched refs:VM_PAGE_COMPRESSOR_COUNT (Results 1 – 10 of 10) sorted by relevance
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | analytics.c | 222 + VM_PAGE_COMPRESSOR_COUNT in report_accounting_health()
|
| H A D | vm_compressor.h | 469 …VAILABLE_MEMORY (AVAILABLE_NON_COMPRESSED_MEMORY + VM_PAGE_COMPRESSOR_COUNT)
|
| H A D | vm_compressor.c | 429 ((incore_seg_count * c_seg_max_pages) - VM_PAGE_COMPRESSOR_COUNT) > in vm_compressor_needs_to_major_compact() 447 return VM_PAGE_COMPRESSOR_COUNT; in vm_compressor_pool_size() 2506 if (working_set_approximation < VM_PAGE_COMPRESSOR_COUNT) { in compute_swapout_target_age() 2518 …020 | DBG_FUNC_END, swapout_target_age, working_set_approximation, VM_PAGE_COMPRESSOR_COUNT, 2, 0); in compute_swapout_target_age() 2520 …KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, working_set_approximation, VM_PAGE_COMPRESSOR_COUNT, 0, 3,… in compute_swapout_target_age() 3434 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT); in vm_compressor_flush() 5565 VM_PAGE_COMPRESSOR_COUNT, vm_page_wire_count, in vm_panic_hibernate_write_image_failed()
|
| H A D | vm_page.h | 127 #define VM_PAGE_COMPRESSOR_COUNT (compressor_object->resident_page_count) macro
|
| H A D | vm_resident.c | 7364 …KERNEL_DEBUG_CONSTANT(IOKDBG_CODE(DBG_HIBERNATE, 10) | DBG_FUNC_START, VM_PAGE_COMPRESSOR_COUNT, 0… in hibernate_flush_memory() 7368 …KERNEL_DEBUG_CONSTANT(IOKDBG_CODE(DBG_HIBERNATE, 10) | DBG_FUNC_END, VM_PAGE_COMPRESSOR_COUNT, 0, … in hibernate_flush_memory() 7389 …rnate_flush_memory() failed to finish - vm_page_compressor_count(%d)\n", VM_PAGE_COMPRESSOR_COUNT); in hibernate_flush_memory()
|
| H A D | vm_pageout.c | 1663 vm_pageout_stats[vm_pageout_stat_now].vm_page_compressor_count = VM_PAGE_COMPRESSOR_COUNT; in update_vm_info()
|
| /xnu-10002.1.13/osfmk/kperf/ |
| H A D | action.c | 123 (uintptr_t)VM_PAGE_COMPRESSOR_COUNT); in kperf_system_memory_log()
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | host.c | 830 stat->compressor_page_count = VM_PAGE_COMPRESSOR_COUNT; in vm_stats()
|
| H A D | kern_stackshot.c | 3520 memio_snap->compressor_size = VM_PAGE_COMPRESSOR_COUNT; in kdp_mem_and_io_snapshot()
|
| H A D | task.c | 5782 vm_info->internal -= (VM_PAGE_COMPRESSOR_COUNT * in task_info()
|