Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_memorystatus_freeze.c242 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
425 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
529 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
603 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
620 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
696 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
814 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE == FALSE) { in memorystatus_freezer_get_status()
1072 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE == FALSE) { in memorystatus_freezer_get_procs()
1149 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in memorystatus_freezer_reset_state()
1401 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
[all …]
H A Dkern_sysctl.c3918 if (!VM_CONFIG_SWAP_IS_ACTIVE && !VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
H A Dkern_memorystatus.c5085 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in memorystatus_pages_update()
/xnu-8796.121.2/osfmk/vm/
H A Dvm_pageout.h666 #define VM_CONFIG_FREEZER_SWAP_IS_ACTIVE (vm_config.freezer_swap_is_active == TRUE) macro
H A Dvm_compressor_backing_store.c1612 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_swap_create_file()
H A Dvm_compressor.c3263 if (VM_CONFIG_SWAP_IS_ACTIVE || VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_compressor_process_special_swapped_in_segments_locked()
4255 VM_CONFIG_FREEZER_SWAP_IS_ACTIVE in c_current_seg_filled()
H A Dvm_object.c7364 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_object_compressed_freezer_pageout()
H A Dvm_map.c21053 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE == FALSE) { in vm_map_freeze()
21093 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_map_freeze()
/xnu-8796.121.2/osfmk/kern/
H A Dtask.c3067 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE && vm_compressor_available) { in task_terminate_internal()
4726 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in task_freeze()