Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout.h242 #define VM_CONFIG_SWAP_IS_ACTIVE (vm_config.swap_is_active == TRUE) macro
H A Dvm_compressor.c644 if (VM_CONFIG_SWAP_IS_ACTIVE) { in vm_wants_task_throttled()
2778 if (VM_CONFIG_SWAP_IS_ACTIVE) { in compressor_needs_to_swap()
3089 if (VM_CONFIG_SWAP_IS_ACTIVE && (number_compacted % DELAYED_COMPACTIONS_PER_PASS) == 0) { in vm_compressor_do_delayed_compactions()
3442 if (VM_CONFIG_SWAP_IS_ACTIVE || VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_compressor_process_special_swapped_in_segments_locked()
4030 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap()
4058 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap()
4136 if (VM_CONFIG_SWAP_IS_ACTIVE) { in vm_compressor_compact_and_swap()
4204 if (VM_CONFIG_SWAP_IS_ACTIVE && c_swapout_count) { in vm_compressor_compact_and_swap()
H A Dvm_pageout.c2803 if (VM_CONFIG_SWAP_IS_ACTIVE) {
/xnu-12377.81.4/bsd/kern/
H A Dkern_sysctl.c4156 if (!VM_CONFIG_SWAP_IS_ACTIVE && !VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {