Home | History | Annotate | Download | only in uvm

Lines Matching defs:swslot

810 	int lcv, gotpages, maxpages, swslot, pageidx;
960 swslot = uao_find_swslot(uobj, pageidx);
962 swslot != 0 || overwrite ? 0 : UVM_PGA_ZERO);
975 * if swslot == 0, page hasn't existed before and is zeroed.
980 if (swslot != 0) {
984 UVMHIST_LOG(pdhist, "pagein from swslot %jd",
985 swslot, 0,0,0);
994 error = uvm_swap_get(ptmp, swslot, PGO_SYNCIO);
1012 swslot = uao_set_swslot(uobj, pageidx,
1014 if (swslot > 0) {
1015 uvm_swap_markbad(swslot, 1);
1281 * mark it as dirty, clear its swslot and un-busy it.