Lines Matching refs:PG_BUSY
1048 pg->flags = PG_BUSY | PG_CLEAN | PG_FAKE;
1257 KASSERT(pg->flags == (PG_BUSY|PG_CLEAN|PG_FAKE));
1479 pg->flags &= ~(PG_BUSY|PG_RELEASED|PG_PAGER1);
1595 KASSERT(pg->flags & PG_BUSY);
1614 pg->flags &= ~PG_BUSY;
1629 * => page must be known PG_BUSY
1639 KASSERT((pg->flags & PG_BUSY) != 0);
1688 * => this is a debugging function that keeps track of who sets PG_BUSY
1690 * such a process setting "PG_BUSY" and never releasing it.
1703 KASSERT((pg->flags & PG_BUSY) != 0);
1717 KASSERT((pg->flags & PG_BUSY) == 0);
1745 (pg->flags & PG_BUSY) != 0);
2142 if (pg->flags & PG_BUSY)
2222 if (pg->flags & PG_BUSY)