Searched refs:checkpage (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c69 static int checkpage(page_t *, int);
180 ulong_t checkpage[3]; member in struct:pageoutvmstats_str
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) function
1044 VM_STAT_ADD(pageoutvmstats.checkpage[0]);
1048 * retry the checkpage.
1052 VM_STAT_ADD(pageoutvmstats.checkpage[
[all...]

Completed in 613 milliseconds