Home
last modified time | relevance | path

Searched refs:nearing_limits (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c4276 c_seg_allocate(c_segment_t *current_chead, bool *nearing_limits) in c_seg_allocate() argument
4284 *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() local
5003 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() local
6173 c_seg_dst = c_seg_allocate((c_segment_t *)current_chead, &nearing_limits); in vm_compressor_relocate()
[all …]