Home
last modified time | relevance | path

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

/xnu-8019.80.24/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
748 if (VM_SWAP_SHOULD_CREATE(sec) == 0) { in vm_swapfile_create_thread()
1615 if (VM_SWAP_SHOULD_CREATE(sec) && !vm_swapfile_create_thread_running) { in vm_swap_put()
1645 if (VM_SWAP_SHOULD_CREATE(sec) && !vm_swapfile_create_thread_running) { in vm_swap_put()
1649 if (hibernate_flushing == FALSE || VM_SWAP_SHOULD_CREATE(sec)) { in vm_swap_put()