Lines Matching defs:rahead
1352 * is returned in the "rbehind" and "rahead" parameters, and they will
1359 vm_page_t *ma, int count, int *rbehind, int *rahead)
1395 if (rahead != NULL) {
1396 *rahead = imin(*rahead, maxahead - (reqcount - 1));
1399 if (msucc != NULL && msucc->pindex - pindex - 1 < *rahead)
1400 *rahead = msucc->pindex - pindex - 1;
1428 if (rahead != NULL) {
1429 for (i = 0; i < *rahead; i++) {
1436 *rahead = i;
1440 if (rahead != NULL)
1441 count += *rahead;
1469 bp->b_pgafter = rahead != NULL ? *rahead : 0;
1526 int *rbehind, int *rahead)
1533 rahead));
1544 int *rbehind, int *rahead, pgo_getpages_iodone_t iodone, void *arg)
1548 r = swap_pager_getpages(object, ma, count, rbehind, rahead);
1934 int i, rahead, rv;
1991 rahead = SWAP_META_PAGES;
1993 NULL, &rahead);