Searched refs:nearing_limits (Results 1 – 1 of 1) sorted by relevance
4276 c_seg_allocate(c_segment_t *current_chead, bool *nearing_limits) in c_seg_allocate() argument4284 *nearing_limits = false; in c_seg_allocate()4289 *nearing_limits = true; in c_seg_allocate()4324 *nearing_limits = true; in c_seg_allocate()4997 bool nearing_limits; in c_compress_page() local5003 c_seg = c_seg_allocate(current_chead, &nearing_limits); in c_compress_page()5005 if (nearing_limits) { in c_compress_page()5258 if (nearing_limits) { in c_compress_page()6150 bool nearing_limits; in vm_compressor_relocate() local6173 c_seg_dst = c_seg_allocate((c_segment_t *)current_chead, &nearing_limits); in vm_compressor_relocate()[all …]