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)
744 q->pgo_laundry++;828 q->pgo_laundry--;832 thread_wakeup((event_t) &q->pgo_laundry);834 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {836 thread_wakeup((event_t) (&q->pgo_laundry + 1));852 q->pgo_laundry -= batch_cnt;856 thread_wakeup((event_t) &q->pgo_laundry);858 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {860 thread_wakeup((event_t) (&q->pgo_laundry + 1));1377 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE);[all …]
7227 …assert_wait_timeout((event_t) (&q->pgo_laundry + 1), THREAD_INTERRUPTIBLE, 5000, 1000 * NSEC_PER_U… in hibernate_drain_pageout_queue()7398 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
7765 assert_wait((event_t) (&iq->pgo_laundry + 1),