/src/sys/uvm/ |
uvm_aobj.c | 810 int lcv, gotpages, maxpages, swslot, pageidx; local in function:uao_get 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) [all...] |
uvm_aobj.c | 810 int lcv, gotpages, maxpages, swslot, pageidx; local in function:uao_get 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) [all...] |
uvm_amap.c | 1391 int swslot; local in function:amap_swap_off 1398 swslot = anon->an_swslot; 1399 if (swslot < startslot || endslot <= swslot) {
|
uvm_amap.c | 1391 int swslot; local in function:amap_swap_off 1398 swslot = anon->an_swslot; 1399 if (swslot < startslot || endslot <= swslot) {
|