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