Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c3006 uint32_t c_swapout_count = 0; in vm_compressor_do_delayed_compactions() local
3031 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_do_delayed_compactions()
3033 if ((flush_all == TRUE || compressor_needs_to_swap()) && c_swapout_count < C_SWAPOUT_LIMIT) { in vm_compressor_do_delayed_compactions()
3821 uint32_t c_swapout_count = 0; in vm_compressor_compact_and_swap() local
3915 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
3916 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap()
3925 …sor_compact_and_swap, DBG_VM_COMPRESSOR_COMPACT_AND_SWAP, DBG_FUNC_NONE, 1, c_swapout_count, 0, 0); in vm_compressor_compact_and_swap()
3943 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
3944 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap()
3952 …sor_compact_and_swap, DBG_VM_COMPRESSOR_COMPACT_AND_SWAP, DBG_FUNC_NONE, 2, c_swapout_count, 0, 0); in vm_compressor_compact_and_swap()
[all …]