Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor_backing_store.c120 static void vm_swapout_thread(void);
413 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init()
1105 vm_swapout_thread(void) in vm_swapout_thread() function
1241 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()