Searched refs:vm_swapout_thread (Results 1 – 6 of 6) sorted by relevance
198 void vm_swapout_thread(void);
3957 thread_wakeup((event_t)&vm_swapout_thread); in memorystatus_do_action()
122 void vm_swapout_thread(void);483 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init()1186 vm_swapout_thread(void) in vm_swapout_thread() function1356 assert_wait((event_t)&vm_swapout_thread, THREAD_UNINT); in vm_swapout_thread()1362 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()1382 thread_wakeup((event_t)&vm_swapout_thread); in vm_swapout_iodone()
757 extern void vm_swapout_thread(void);
3795 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()3969 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()4363 thread_wakeup((event_t)&vm_swapout_thread); in c_current_seg_filled()
4738 thread_wakeup((event_t)&vm_swapout_thread); in task_freeze()