Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_compressor_backing_store.c147 #define VM_SWAP_SHOULD_CREATE(cur_ts) ((vm_num_swap_files < vm_num_swap_files_config) && ((vm_swa… macro
158 #define VM_SWAP_SHOULD_CREATE(cur_ts) ((vm_num_swap_files < vm_num_swap_files_config) && ((vm_swa… macro
743 if (VM_SWAP_SHOULD_CREATE(sec) == 0) { in vm_swapfile_create_thread()
1610 if (VM_SWAP_SHOULD_CREATE(sec) && !vm_swapfile_create_thread_running) { in vm_swap_put()
1640 if (VM_SWAP_SHOULD_CREATE(sec) && !vm_swapfile_create_thread_running) { in vm_swap_put()
1644 if (hibernate_flushing == FALSE || VM_SWAP_SHOULD_CREATE(sec)) { in vm_swap_put()