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

/barrelfish-master/include/vm/
H A Dvm_pager.h92 #define VM_PAGER_PEND 3 macro
H A Dvm_pageout.c517 KASSERT(pageout_status[i] == VM_PAGER_PEND ||
522 case VM_PAGER_PEND:
558 if (pageout_status[i] != VM_PAGER_PEND) {
H A Dswap_pager.c1283 * not set to VM_PAGER_PEND. We need to remove the rest on I/O
1287 * those whos rtvals[] entry is not set to VM_PAGER_PEND on return.
1401 * We unconditionally set rtvals[] to VM_PAGER_PEND so that we
1408 rtvals[i + j] = VM_PAGER_PEND;

Completed in 203 milliseconds