Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_freeze.c254 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
437 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
545 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
621 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
638 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
714 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
832 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE == FALSE) { in memorystatus_freezer_get_status()
1124 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE == FALSE) { in memorystatus_freezer_get_procs()
1200 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in memorystatus_freezer_reset_state()
1434 if (!VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
[all …]
H A Dkern_sysctl.c4150 if (!VM_CONFIG_SWAP_IS_ACTIVE && !VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
H A Dkern_memorystatus.c5998 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in memorystatus_update_available_page_count()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_pageout.h243 #define VM_CONFIG_FREEZER_SWAP_IS_ACTIVE (vm_config.freezer_swap_is_active == TRUE) macro
H A Dvm_compressor_backing_store.c1646 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_swap_create_file()
H A Dvm_compressor.c3367 if (VM_CONFIG_SWAP_IS_ACTIVE || VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_compressor_process_special_swapped_in_segments_locked()
4396 VM_CONFIG_FREEZER_SWAP_IS_ACTIVE in c_current_seg_filled()
H A Dvm_object.c7662 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) {
H A Dvm_map.c22697 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE == FALSE) { in vm_map_freeze()
22739 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in vm_map_freeze()
/xnu-12377.1.9/osfmk/kern/
H A Dtask.c3332 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE && vm_compressor_available) { in task_terminate_internal()
5212 if (VM_CONFIG_FREEZER_SWAP_IS_ACTIVE) { in task_freeze()