Home
last modified time | relevance | path

Searched refs:pgo_wakeup (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h855 sched_cond_atomic_t pgo_wakeup; member
H A Dvm_pageout.c755 …sched_cond_signal(&pgo_iothread_internal_state[0].pgo_wakeup, pgo_iothread_internal_state[0].pgo_i… in vm_pageout_cluster_to_queue()
757 …sched_cond_signal(&pgo_iothread_external_state.pgo_wakeup, pgo_iothread_external_state.pgo_iothrea… in vm_pageout_cluster_to_queue()
3971 sched_cond_ack(&(ethr->pgo_wakeup)); in vm_pageout_iothread_external_continue()
4095 …sched_cond_wait_parameter(&(ethr->pgo_wakeup), THREAD_UNINT, (thread_continue_t)vm_pageout_iothrea… in vm_pageout_iothread_external_continue()
4128 sched_cond_ack(&(cq->pgo_wakeup)); in vm_pageout_iothread_internal_continue()
4220 sched_cond_signal(&pgo_iothread_internal_state[cq->id + 1].pgo_wakeup, in vm_pageout_iothread_internal_continue()
4387 …sched_cond_wait_parameter(&(cq->pgo_wakeup), THREAD_UNINT, (thread_continue_t)vm_pageout_iothread_… in vm_pageout_iothread_internal_continue()
5281 sched_cond_init(&(ethr->pgo_wakeup)); in vm_pageout()
5441 sched_cond_init(&(iq->pgo_wakeup)); in vm_pageout_internal_start()
11373 sched_cond_signal(&pgo_iothread_internal_state[0].pgo_wakeup, in run_compressor_perf_test()