Searched refs:pgo_laundry (Results 1 – 4 of 4) sorted by relevance
306 unsigned int pgo_laundry; /* current count of laundry pages on queue or in flight */ member320 ((q)->pgo_laundry >= (q)->pgo_maxlaundry)
728 q->pgo_laundry++; in vm_pageout_cluster_to_queue()794 q->pgo_laundry--; in vm_pageout_throttle_up()798 thread_wakeup((event_t) &q->pgo_laundry); in vm_pageout_throttle_up()800 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) { in vm_pageout_throttle_up()802 thread_wakeup((event_t) (&q->pgo_laundry + 1)); in vm_pageout_throttle_up()818 q->pgo_laundry -= batch_cnt; in vm_pageout_throttle_up_batch()822 thread_wakeup((event_t) &q->pgo_laundry); in vm_pageout_throttle_up_batch()824 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) { in vm_pageout_throttle_up_batch()826 thread_wakeup((event_t) (&q->pgo_laundry + 1)); in vm_pageout_throttle_up_batch()1313 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE); in vm_pageout_page_queue()[all …]
6976 …assert_wait_timeout((event_t) (&q->pgo_laundry + 1), THREAD_INTERRUPTIBLE, 5000, 1000 * NSEC_PER_U… in hibernate_drain_pageout_queue()7147 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
7580 assert_wait((event_t) (&iq->pgo_laundry + 1), in vm_object_pageout()