Searched refs:c_swappedout_sparse_count (Results 1 – 5 of 5) sorted by relevance
404 extern uint32_t c_swappedout_sparse_count;
282 uint32_t c_swappedout_sparse_count = 0; variable435 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()555 if (os_sub_overflow(segments, c_swappedout_sparse_count, &segments)) { in vm_compressor_segments_nearing_limit()586 if (os_sub_overflow(incore_seg_count, c_swappedout_sparse_count, &incore_seg_count)) { in vm_compressor_out_of_space()1834 c_swappedout_sparse_count--; in c_seg_switch_state()1991 c_swappedout_sparse_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()[all …]
164 …AP_SHOULD_DEFRAGMENT() (((vm_swap_force_defrag == TRUE) || (c_swappedout_sparse_count > (vm_sw…173 …AP_SHOULD_DEFRAGMENT() (((vm_swap_force_defrag == TRUE) || (c_swappedout_sparse_count > (vm_sw…749 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_swap_defragment()
891 extern uint32_t c_swappedout_sparse_count;918 qc->qcc_swappedout_sparse_count = c_swappedout_sparse_count; in vm_compressor_queue_lens()
2149 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;