Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_memorystatus_internal.h201 void vm_swapout_thread(void);
H A Dkern_memorystatus.c4043 thread_wakeup((event_t)&vm_swapout_thread); in memorystatus_do_action()
/xnu-10063.101.15/osfmk/vm/
H A Dvm_compressor_backing_store.c122 void vm_swapout_thread(void);
485 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init()
1189 vm_swapout_thread(void) in vm_swapout_thread() function
1359 assert_wait((event_t)&vm_swapout_thread, THREAD_UNINT); in vm_swapout_thread()
1365 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()
1385 thread_wakeup((event_t)&vm_swapout_thread); in vm_swapout_iodone()
H A Dvm_pageout.h759 extern void vm_swapout_thread(void);
H A Dvm_compressor.c3790 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()
3964 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()
4358 thread_wakeup((event_t)&vm_swapout_thread); in c_current_seg_filled()
/xnu-10063.101.15/osfmk/kern/
H A Dtask.c5107 thread_wakeup((event_t)&vm_swapout_thread); in task_freeze()