Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/ !
H A Dvm_compressor_backing_store.c120 static void vm_swapout_thread(void);
440 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init()
1100 vm_swapout_thread(void) in vm_swapout_thread() function
1236 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()