Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor.c4115 c_seg_allocate(c_segment_t *current_chead, bool *nearing_limits) in c_seg_allocate() argument
4123 *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() local
4778 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() local
5851 c_seg_dst = c_seg_allocate((c_segment_t *)current_chead, &nearing_limits); in vm_compressor_relocate()
[all …]