Searched refs:c_segment_count (Results 1 – 5 of 5) sorted by relevance
442 if ((c_segment_count >= (c_segments_nearing_limit / 8)) && in vm_compressor_needs_to_major_compact()542 segments = os_atomic_load(&c_segment_count, relaxed); in vm_compressor_segments_nearing_limit()545 segments = c_segment_count; in vm_compressor_segments_nearing_limit()574 incore_seg_count = os_atomic_load(&c_segment_count, relaxed); in vm_compressor_out_of_space()584 (c_segment_count >= c_segments_limit)) { in vm_compressor_out_of_space()2134 c_segment_count--; in c_seg_free_locked()2860 if (c_segment_count == 0) { in vm_run_compactor()2969 if (c_segment_count == 0) { in vm_consider_waking_compactor_swapper()4215 c_segment_count++; in c_seg_allocate()4216 if (c_segment_count > c_segment_count_max) { in c_seg_allocate()[all …]
651 extern uint32_t c_segment_count;731 uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_swap_defragment()
2068 extern uint32_t c_segment_count;2083 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;2086 incore_seg_count = c_segment_count;2101 (c_segment_count * 100) / c_segments_limit,2102 (c_segment_count > c_segments_nearing_limit) ? "BAD":"OK",
863 extern uint32_t c_segment_count;886 qc->qcc_segment_count = c_segment_count; in vm_compressor_queue_lens()
4306 extern uint32_t c_segment_count; in memorystatus_thread_internal()4315 c_segment_count, major_compact_diff.tv_sec); in memorystatus_thread_internal()