Searched refs:checkpage (Results 1 – 1 of 1) sorted by relevance
69 static int checkpage(page_t *, int);180 ulong_t checkpage[3]; member845 if ((rvfront = checkpage(fronthand, FRONT)) == 1) in pageout_scanner()847 if ((rvback = checkpage(backhand, BACK)) == 1) in pageout_scanner()944 checkpage(struct page *pp, int whichhand) in checkpage() function1044 VM_STAT_ADD(pageoutvmstats.checkpage[0]); in checkpage()1052 VM_STAT_ADD(pageoutvmstats.checkpage[1]); in checkpage()1057 VM_STAT_ADD(pageoutvmstats.checkpage[2]); in checkpage()