Searched refs:c_segment_count (Results 1 – 5 of 5) sorted by relevance
246 uint32_t c_segment_count = 0; /* count all allocated c_segments in all queues */ variable430 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_needs_to_major_compact()445 if ((c_segment_count >= (c_segments_nearing_limit / 8)) && in vm_compressor_needs_to_major_compact()495 const uint32_t incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count; in vm_compressor_fragmentation_level()538 if (os_sub_overflow(c_segment_count, c_swappedout_count, &segments)) { in vm_compressor_segments_nearing_limit()545 segments = os_atomic_load(&c_segment_count, relaxed); in vm_compressor_segments_nearing_limit()548 segments = c_segment_count; in vm_compressor_segments_nearing_limit()569 if (os_sub_overflow(c_segment_count, c_swappedout_count, &incore_seg_count)) { in vm_compressor_out_of_space()577 incore_seg_count = os_atomic_load(&c_segment_count, relaxed); in vm_compressor_out_of_space()587 (c_segment_count >= c_segments_limit)) { in vm_compressor_out_of_space()[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()
2063 extern uint32_t c_segment_count;2078 incore_seg_count = c_segment_count - c_swappedout_count - c_swappedout_sparse_count;2081 incore_seg_count = c_segment_count;2096 (c_segment_count * 100) / c_segments_limit,2097 (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()
3919 extern uint32_t c_segment_count; in memorystatus_thread_internal()3928 c_segment_count, major_compact_diff.tv_sec); in memorystatus_thread_internal()