Searched refs:pgo_laundry (Results 1 – 5 of 5) sorted by relevance
117 unsigned int pgo_laundry; /* current count of laundry pages on queue or in flight */ member130 ((q)->pgo_laundry >= (q)->pgo_maxlaundry)
749 q->pgo_laundry++;833 q->pgo_laundry--;837 thread_wakeup((event_t) &q->pgo_laundry);839 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {841 thread_wakeup((event_t) (&q->pgo_laundry + 1));857 q->pgo_laundry -= batch_cnt;861 thread_wakeup((event_t) &q->pgo_laundry);863 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {865 thread_wakeup((event_t) (&q->pgo_laundry + 1));1407 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE);[all …]
8859 …assert_wait_timeout((event_t) (&q->pgo_laundry + 1), THREAD_INTERRUPTIBLE, 5000, 1000 * NSEC_PER_U… in hibernate_drain_pageout_queue()9030 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
8104 assert_wait((event_t) (&iq->pgo_laundry + 1),
186 laundry=str(unsigned(pageout_queue.pgo_laundry)),