Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c4150 c_seg_allocate(c_segment_t *current_chead, bool *nearing_limits) in c_seg_allocate() argument
4158 *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() local
4816 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() local
5903 c_seg_dst = c_seg_allocate((c_segment_t *)current_chead, &nearing_limits); in vm_compressor_relocate()
[all …]