Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h854 thread_t pgo_iothread; // holds a +1 ref member
H A Dvm_pageout.c755 …nd_signal(&pgo_iothread_internal_state[0].pgo_wakeup, pgo_iothread_internal_state[0].pgo_iothread); in vm_pageout_cluster_to_queue()
757 …hed_cond_signal(&pgo_iothread_external_state.pgo_wakeup, pgo_iothread_external_state.pgo_iothread); in vm_pageout_cluster_to_queue()
4221 pgo_iothread_internal_state[cq->id + 1].pgo_iothread); in vm_pageout_iothread_internal_continue()
4544 proc_set_thread_policy(ethr->pgo_iothread, in vm_pageout_adjust_eq_iothrottle()
5285 &(ethr->pgo_iothread)); in vm_pageout()
5289 thread_set_thread_name(ethr->pgo_iothread, "VM_pageout_external_iothread"); in vm_pageout()
5444 &(iq->pgo_iothread)); in vm_pageout_internal_start()
11374 pgo_iothread_internal_state[0].pgo_iothread); in run_compressor_perf_test()
/xnu-10002.1.13/osfmk/kern/
H A Dthread.c2328 return current_thread() == pgo_iothread_external_state.pgo_iothread; in is_external_pageout_thread()