Searched refs:pgo_laundry (Results 1 – 4 of 4) sorted by relevance
113 unsigned int pgo_laundry; /* current count of laundry pages on queue or in flight */ member126 ((q)->pgo_laundry >= (q)->pgo_maxlaundry)
754 q->pgo_laundry++;838 q->pgo_laundry--;842 thread_wakeup((event_t) &q->pgo_laundry);844 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {846 thread_wakeup((event_t) (&q->pgo_laundry + 1));862 q->pgo_laundry -= batch_cnt;866 thread_wakeup((event_t) &q->pgo_laundry);868 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {870 thread_wakeup((event_t) (&q->pgo_laundry + 1));1387 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE);[all …]
7205 …assert_wait_timeout((event_t) (&q->pgo_laundry + 1), THREAD_INTERRUPTIBLE, 5000, 1000 * NSEC_PER_U… in hibernate_drain_pageout_queue()7376 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
7746 assert_wait((event_t) (&iq->pgo_laundry + 1),