Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c3059 bool needs_to_swap = false; in vm_compressor_do_delayed_compactions() local
3071 while (!queue_empty(&c_minor_list_head) && !needs_to_swap) { in vm_compressor_do_delayed_compactions()
3091 needs_to_swap = true; in vm_compressor_do_delayed_compactions()
3097 …BG_VM_COMPRESSOR_DELAYED_COMPACT, DBG_FUNC_END, c_minor_count, number_compacted, needs_to_swap, 0); in vm_compressor_do_delayed_compactions()
3099 c_minor_count, number_compacted, needs_to_swap); in vm_compressor_do_delayed_compactions()
4075 bool needs_to_swap; in vm_compressor_compact_and_swap() local
4079 needs_to_swap = compressor_needs_to_swap(); in vm_compressor_compact_and_swap()
4083 …essor_compact_and_swap, DBG_VM_COMPRESSOR_COMPACT_AND_SWAP, DBG_FUNC_NONE, 3, needs_to_swap, 0, 0); in vm_compressor_compact_and_swap()
4085 if (!needs_to_swap) { in vm_compressor_compact_and_swap()