Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.h422 extern uint32_t c_swappedout_count;
H A Dvm_compressor.c266 uint32_t c_swappedout_count = 0; variable
423 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_needs_to_major_compact()
450 const uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_fragmentation_level()
493 if (os_sub_overflow(c_segment_count, c_swappedout_count, &segments)) { in vm_compressor_segments_nearing_limit()
524 if (os_sub_overflow(c_segment_count, c_swappedout_count, &incore_seg_count)) { in vm_compressor_out_of_space()
1736 c_swappedout_count--; in c_seg_switch_state()
1889 c_swappedout_count++; in c_seg_switch_state()
5035 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.c732 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_swap_defragment()
/xnu-8796.121.2/osfmk/kern/
H A Ddebug.c1868 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;