Searched refs:nearing_limits (Results 1 – 1 of 1) sorted by relevance
4115 c_seg_allocate(c_segment_t *current_chead, bool *nearing_limits) in c_seg_allocate() argument4123 *nearing_limits = false; in c_seg_allocate()4128 *nearing_limits = true; in c_seg_allocate()4163 *nearing_limits = true; in c_seg_allocate()4772 bool nearing_limits; in c_compress_page() local4778 c_seg = c_seg_allocate(current_chead, &nearing_limits); in c_compress_page()4780 if (nearing_limits) { in c_compress_page()4992 if (nearing_limits) { in c_compress_page()5828 bool nearing_limits; in vm_compressor_relocate() local5851 c_seg_dst = c_seg_allocate((c_segment_t *)current_chead, &nearing_limits); in vm_compressor_relocate()[all …]