Searched refs:nearing_limits (Results 1 – 1 of 1) sorted by relevance
4150 c_seg_allocate(c_segment_t *current_chead, bool *nearing_limits) in c_seg_allocate() argument4158 *nearing_limits = false; in c_seg_allocate()4163 *nearing_limits = true; in c_seg_allocate()4198 *nearing_limits = true; in c_seg_allocate()4810 bool nearing_limits; in c_compress_page() local4816 c_seg = c_seg_allocate(current_chead, &nearing_limits); in c_compress_page()4818 if (nearing_limits) { in c_compress_page()5041 if (nearing_limits) { in c_compress_page()5880 bool nearing_limits; in vm_compressor_relocate() local5903 c_seg_dst = c_seg_allocate((c_segment_t *)current_chead, &nearing_limits); in vm_compressor_relocate()[all …]