Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_xnu.h403 extern uint32_t c_swappedout_count;
H A Dvm_compressor.c281 uint32_t c_swappedout_count = 0; variable
435 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_needs_to_major_compact()
461 return c_swappedout_count + c_swappedout_sparse_count; in vm_compressor_get_swapped_segment_count()
468 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_incore_fragmentation_wasted_pages()
512 const uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_fragmentation_level()
552 if (os_sub_overflow(c_segment_count, c_swappedout_count, &segments)) { in vm_compressor_segments_nearing_limit()
583 if (os_sub_overflow(c_segment_count, c_swappedout_count, &incore_seg_count)) { in vm_compressor_out_of_space()
1826 c_swappedout_count--; in c_seg_switch_state()
1979 c_swappedout_count++; in c_seg_switch_state()
5258 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in c_decompress_page()
H A Dvm_compressor_backing_store.c749 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_swap_defragment()
/xnu-12377.1.9/osfmk/kern/
H A Dhost.c890 extern uint32_t c_swappedout_count;
917 qc->qcc_swappedout_count = c_swappedout_count; in vm_compressor_queue_lens()
H A Ddebug.c2149 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;