Lines Matching defs:checkpage
69 static int checkpage(page_t *, int);
180 ulong_t checkpage[3];
728 /* vp held by checkpage() */
842 * If checkpage manages to add a page to the free list,
845 if ((rvfront = checkpage(fronthand, FRONT)) == 1)
847 if ((rvback = checkpage(backhand, BACK)) == 1)
944 checkpage(struct page *pp, int whichhand)
1044 VM_STAT_ADD(pageoutvmstats.checkpage[0]);
1048 * retry the checkpage.
1052 VM_STAT_ADD(pageoutvmstats.checkpage[1]);
1057 VM_STAT_ADD(pageoutvmstats.checkpage[2]);