Searched refs:c_swappedout_count (Results 1 – 4 of 4) sorted by relevance
436 extern uint32_t c_swappedout_count;
271 uint32_t c_swappedout_count = 0; variable426 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()
732 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_swap_defragment()
1929 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;