Searched refs:c_swapout_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/osfmk/vm/ |
| H A D | vm_compressor.c | 2928 uint32_t c_swapout_count = 0; in vm_compressor_do_delayed_compactions() local 2953 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_do_delayed_compactions() 2955 if ((flush_all == TRUE || compressor_needs_to_swap()) && c_swapout_count < C_SWAPOUT_LIMIT) { in vm_compressor_do_delayed_compactions() 3691 uint32_t c_swapout_count = 0; in vm_compressor_compact_and_swap() local 3787 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap() 3788 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap() 3797 …pressor_compact_and_swap, VM_COMPRESSOR_COMPACT_AND_SWAP, DBG_FUNC_NONE, 1, c_swapout_count, 0, 0); in vm_compressor_compact_and_swap() 3815 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap() 3816 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap() 3824 …pressor_compact_and_swap, VM_COMPRESSOR_COMPACT_AND_SWAP, DBG_FUNC_NONE, 2, c_swapout_count, 0, 0); in vm_compressor_compact_and_swap() [all …]
|