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

/barrelfish-master/include/vm/
H A Dvm_pageout.c474 * Returned runlen is the count of pages between mreq and first
475 * page after mreq with status VM_PAGER_AGAIN.
480 vm_pageout_flush(vm_page_t *mc, int count, int flags, int mreq, int *prunlen, argument
511 runlen = count - mreq;
543 if (eio != NULL && i >= mreq && i - mreq < runlen)
547 if (i >= mreq && i - mreq < runlen)
548 runlen = i - mreq;
H A Dswap_pager.c1378 vm_page_t mreq = m[i+j]; local
1381 mreq->object,
1382 mreq->pindex,
1385 vm_page_dirty(mreq);
1386 mreq->oflags |= VPO_SWAPINPROG;
1387 bp->b_pages[j] = mreq;
H A Dvm_object.c950 int count, i, mreq, runlen; local
956 mreq = 0;
973 mreq++;
979 vm_pageout_flush(ma, count, pagerflags, mreq, &runlen, eio);

Completed in 40 milliseconds