Searched refs:c_swapout_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_compressor.c | 3014 uint32_t c_swapout_count = 0; in vm_compressor_do_delayed_compactions() local 3039 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_do_delayed_compactions() 3041 if ((flush_all == TRUE || compressor_needs_to_swap()) && c_swapout_count < C_SWAPOUT_LIMIT) { in vm_compressor_do_delayed_compactions() 3802 uint32_t c_swapout_count = 0; in vm_compressor_compact_and_swap() local 3898 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap() 3899 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap() 3908 …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() 3926 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap() 3927 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap() 3935 …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 …]
|