Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c484 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init()
1201 vm_swapout_thread(void) in vm_swapout_thread() function
1371 assert_wait((event_t)&vm_swapout_thread, THREAD_UNINT); in vm_swapout_thread()
1377 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()
1397 thread_wakeup((event_t)&vm_swapout_thread); in vm_swapout_iodone()
H A Dvm_pageout_xnu.h398 extern void vm_swapout_thread(void);
H A Dvm_compressor.c3903 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()
4077 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()
4476 thread_wakeup((event_t)&vm_swapout_thread); in c_current_seg_filled()
/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus.c3807 thread_wakeup((event_t)&vm_swapout_thread); in memorystatus_do_action()
/xnu-11215.1.10/osfmk/kern/
H A Dtask.c5056 thread_wakeup((event_t)&vm_swapout_thread); in task_freeze()