Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_compressor.h436 extern uint32_t c_swappedout_count;
H A Dvm_compressor.c271 uint32_t c_swappedout_count = 0; variable
426 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_needs_to_major_compact()
453 const uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_fragmentation_level()
496 if (os_sub_overflow(c_segment_count, c_swappedout_count, &segments)) { in vm_compressor_segments_nearing_limit()
527 if (os_sub_overflow(c_segment_count, c_swappedout_count, &incore_seg_count)) { in vm_compressor_out_of_space()
1737 c_swappedout_count--; in c_seg_switch_state()
1890 c_swappedout_count++; in c_seg_switch_state()
5044 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-10002.1.13/osfmk/kern/
H A Ddebug.c1929 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;