Searched refs:vm_pageout_iothread_external (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c281 static void vm_pageout_iothread_external(void);
2949 vm_pageout_iothread_external(void) function
3172 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_external, NULL,
3176 panic("vm_pageout_iothread_external: create failed");

Completed in 86 milliseconds