Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vm/
H A Ddp_backing_file.c109 extern boolean_t compressor_store_stop_compaction;
148 compressor_store_stop_compaction = TRUE; in macx_backing_store_compaction()
153 compressor_store_stop_compaction = FALSE; in macx_backing_store_compaction()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store.c49 boolean_t compressor_store_stop_compaction = TRUE; variable
51 boolean_t compressor_store_stop_compaction = FALSE; variable
639 if (compressor_store_stop_compaction == FALSE && !VM_SWAP_BUSY() && in vm_swap_consider_defragmenting()
691 if (compressor_store_stop_compaction == TRUE || VM_SWAP_BUSY()) { in vm_swap_defragment()
828 if (compressor_store_stop_compaction == TRUE) { in vm_swapfile_create_thread()
853 if (compressor_store_stop_compaction == TRUE) { in vm_swapfile_create_thread()
854 thread_wakeup((event_t)&compressor_store_stop_compaction); in vm_swapfile_create_thread()
940 if (VM_SWAP_BUSY() || compressor_store_stop_compaction == TRUE) { in vm_swapfile_gc_thread()
977 if (compressor_store_stop_compaction == TRUE) { in vm_swapfile_gc_thread()
978 thread_wakeup((event_t)&compressor_store_stop_compaction); in vm_swapfile_gc_thread()
[all …]
H A Dvm_compressor.c3809 extern boolean_t compressor_store_stop_compaction;
3885 …!queue_empty(&c_age_list_head) && !compaction_swapper_abort && !compressor_store_stop_compaction) { in vm_compressor_compact_and_swap()
/xnu-12377.1.9/bsd/kern/
H A Dkern_shutdown.c179 extern boolean_t compressor_store_stop_compaction;
205 compressor_store_stop_compaction = TRUE; in reboot_kernel()
209 assert_wait((event_t)&compressor_store_stop_compaction, THREAD_UNINT); in reboot_kernel()