Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/vm/
H A Dvm_compressor_backing_store.c67 int vm_swapfile_create_thread_running = 0; variable
781 vm_swapfile_create_thread_running = 1; in vm_swapfile_create_thread()
817 vm_swapfile_create_thread_running = 0; in vm_swapfile_create_thread()
859 while (vm_swapfile_create_thread_running || vm_swapfile_gc_thread_running) { in hibernate_pin_swap()
1757 if (VM_SWAP_SHOULD_CREATE(sec) && !vm_swapfile_create_thread_running) { in vm_swap_put()
1788 if (!vm_swapfile_create_thread_running) { in vm_swap_put()
1950 if (VM_SWAP_SHOULD_TRIM(swf) && !vm_swapfile_create_thread_running) { in vm_swap_free()
/xnu-10002.61.3/bsd/kern/
H A Dkern_shutdown.c172 extern int vm_swapfile_create_thread_running;
199 while (vm_swapfile_create_thread_running || vm_swapfile_gc_thread_running) { in reboot_kernel()