Home
last modified time | relevance | path

Searched refs:c_swappedout_sparse_count (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor_xnu.h404 extern uint32_t c_swappedout_sparse_count;
H A Dvm_compressor.c282 uint32_t c_swappedout_sparse_count = 0; variable
435 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_needs_to_major_compact()
462 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_incore_fragmentation_wasted_pages()
508 const uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_fragmentation_level()
551 if (os_sub_overflow(segments, c_swappedout_sparse_count, &segments)) { in vm_compressor_segments_nearing_limit()
582 if (os_sub_overflow(incore_seg_count, c_swappedout_sparse_count, &incore_seg_count)) { in vm_compressor_out_of_space()
1830 c_swappedout_sparse_count--; in c_seg_switch_state()
1987 c_swappedout_sparse_count++; in c_seg_switch_state()
5209 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in c_decompress_page()
5767 …c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count), c_swappedout_sparse_count, in vm_panic_hibernate_write_image_failed()
H A Dvm_compressor_backing_store.c164 …AP_SHOULD_DEFRAGMENT() (((vm_swap_force_defrag == TRUE) || (c_swappedout_sparse_count > (vm_sw…
173 …AP_SHOULD_DEFRAGMENT() (((vm_swap_force_defrag == TRUE) || (c_swappedout_sparse_count > (vm_sw…
729 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_swap_defragment()
/xnu-11417.101.15/osfmk/kern/
H A Dhost.c868 extern uint32_t c_swappedout_sparse_count;
895 qc->qcc_swappedout_sparse_count = c_swappedout_sparse_count; in vm_compressor_queue_lens()
H A Ddebug.c2124 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;