Searched refs:compressor_store_stop_compaction (Results 1 – 4 of 4) sorted by relevance
108 extern boolean_t compressor_store_stop_compaction;147 compressor_store_stop_compaction = TRUE; in macx_backing_store_compaction()152 compressor_store_stop_compaction = FALSE; in macx_backing_store_compaction()
44 boolean_t compressor_store_stop_compaction = TRUE; variable46 boolean_t compressor_store_stop_compaction = FALSE; variable574 if (compressor_store_stop_compaction == FALSE && !VM_SWAP_BUSY() && in vm_swap_consider_defragmenting()627 if (compressor_store_stop_compaction == TRUE || VM_SWAP_BUSY()) { in vm_swap_defragment()737 if (compressor_store_stop_compaction == TRUE) { in vm_swapfile_create_thread()762 if (compressor_store_stop_compaction == TRUE) { in vm_swapfile_create_thread()763 thread_wakeup((event_t)&compressor_store_stop_compaction); in vm_swapfile_create_thread()849 if (VM_SWAP_BUSY() || compressor_store_stop_compaction == TRUE) { in vm_swapfile_gc_thread()886 if (compressor_store_stop_compaction == TRUE) { in vm_swapfile_gc_thread()887 thread_wakeup((event_t)&compressor_store_stop_compaction); in vm_swapfile_gc_thread()[all …]
3025 extern boolean_t compressor_store_stop_compaction;3095 …!queue_empty(&c_age_list_head) && !compaction_swapper_abort && !compressor_store_stop_compaction) { in vm_compressor_compact_and_swap()
160 extern boolean_t compressor_store_stop_compaction;186 compressor_store_stop_compaction = TRUE; in reboot_kernel()190 assert_wait((event_t)&compressor_store_stop_compaction, THREAD_UNINT); in reboot_kernel()