Home
last modified time | relevance | path

Searched refs:VM_CONFIG_SWAP_IS_PRESENT (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.61.3/bsd/vm/ !
H A Ddp_backing_file.c216 if (VM_CONFIG_SWAP_IS_PRESENT) { in macx_swapinfo()
/xnu-10002.61.3/osfmk/vm/ !
H A Dvm_pageout.h668 #define VM_CONFIG_SWAP_IS_PRESENT (vm_config.swap_is_present == TRUE) macro
H A Dvm_compressor.c1210 if (VM_CONFIG_SWAP_IS_PRESENT) { in vm_compressor_init()
2814 assert(VM_CONFIG_SWAP_IS_PRESENT); in vm_consider_swapping()
3923 assert(VM_CONFIG_SWAP_IS_PRESENT); in vm_compressor_compact_and_swap()
4256 VM_CONFIG_SWAP_IS_PRESENT && in c_current_seg_filled()
H A Dvm_pageout.c1297 if (VM_CONFIG_SWAP_IS_PRESENT) { in vm_pageout_anonymous_pages()
/xnu-10002.61.3/bsd/kern/ !
H A Dkern_memorystatus_freeze.c1508 if (VM_CONFIG_SWAP_IS_PRESENT) { in memorystatus_freeze_record_interval_analytics()