Searched refs:c_swappedout_sparse_count (Results 1 – 4 of 4) sorted by relevance
423 extern uint32_t c_swappedout_sparse_count;
267 uint32_t c_swappedout_sparse_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()496 if (os_sub_overflow(segments, c_swappedout_sparse_count, &segments)) { in vm_compressor_segments_nearing_limit()527 if (os_sub_overflow(incore_seg_count, c_swappedout_sparse_count, &incore_seg_count)) { in vm_compressor_out_of_space()1744 c_swappedout_sparse_count--; in c_seg_switch_state()1901 c_swappedout_sparse_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()5602 …c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count), c_swappedout_sparse_count, in vm_panic_hibernate_write_image_failed()
160 …AP_SHOULD_DEFRAGMENT() (((vm_swap_force_defrag == TRUE) || (c_swappedout_sparse_count > (vm_sw…171 …AP_SHOULD_DEFRAGMENT() (((vm_swap_force_defrag == TRUE) || (c_swappedout_sparse_count > (vm_sw…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;