Lines Matching defs:rbehind
1352 * is returned in the "rbehind" and "rahead" parameters, and they will
1359 vm_page_t *ma, int count, int *rbehind, int *rahead)
1402 if (rbehind != NULL) {
1403 *rbehind = imin(*rbehind, maxbehind);
1406 if (mpred != NULL && pindex - mpred->pindex - 1 < *rbehind)
1407 *rbehind = pindex - mpred->pindex - 1;
1417 if (rbehind != NULL) {
1418 for (i = 1; i <= *rbehind; i++) {
1426 *rbehind = i - 1;
1438 if (rbehind != NULL)
1439 count += *rbehind;
1468 bp->b_pgbefore = rbehind != NULL ? *rbehind : 0;
1526 int *rbehind, int *rahead)
1532 return (swap_pager_getpages_locked(&blks, object, ma, count, rbehind,
1544 int *rbehind, int *rahead, pgo_getpages_iodone_t iodone, void *arg)
1548 r = swap_pager_getpages(object, ma, count, rbehind, rahead);