Searched refs:pgo_laundry (Results 1 – 4 of 4) sorted by relevance
310 unsigned int pgo_laundry; /* current count of laundry pages on queue or in flight */ member323 ((q)->pgo_laundry >= (q)->pgo_maxlaundry)
740 q->pgo_laundry++; in vm_pageout_cluster_to_queue()816 q->pgo_laundry--; in vm_pageout_throttle_up()820 thread_wakeup((event_t) &q->pgo_laundry); in vm_pageout_throttle_up()822 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) { in vm_pageout_throttle_up()824 thread_wakeup((event_t) (&q->pgo_laundry + 1)); in vm_pageout_throttle_up()840 q->pgo_laundry -= batch_cnt; in vm_pageout_throttle_up_batch()844 thread_wakeup((event_t) &q->pgo_laundry); in vm_pageout_throttle_up_batch()846 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) { in vm_pageout_throttle_up_batch()848 thread_wakeup((event_t) (&q->pgo_laundry + 1)); in vm_pageout_throttle_up_batch()1346 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE); in vm_pageout_page_queue()[all …]
7017 …assert_wait_timeout((event_t) (&q->pgo_laundry + 1), THREAD_INTERRUPTIBLE, 5000, 1000 * NSEC_PER_U… in hibernate_drain_pageout_queue()7188 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
7528 assert_wait((event_t) (&iq->pgo_laundry + 1),