Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_pageout_xnu.h470 thread_t pgo_iothread; // holds a +1 ref member
H A Dvm_pageout.c762 pgo_iothread_internal_state[0].pgo_iothread);
765 …hed_cond_signal(&pgo_iothread_external_state.pgo_wakeup, pgo_iothread_external_state.pgo_iothread);
4261 pgo_iothread_internal_state[cq->id + 1].pgo_iothread);
4561 proc_set_thread_policy(ethr->pgo_iothread,
5320 &(ethr->pgo_iothread));
5324 thread_set_thread_name(ethr->pgo_iothread, "VM_pageout_external_iothread");
5480 &(iq->pgo_iothread));
10237 pgo_iothread_internal_state[0].pgo_iothread);
/xnu-11417.140.69/osfmk/kern/
H A Dthread.c2334 return current_thread() == pgo_iothread_external_state.pgo_iothread; in is_external_pageout_thread()