Home | History | Annotate | Download | only in uvm

Lines Matching refs:an_swslot

69 	anon->an_swslot = 0;
90 KASSERT(anon->an_swslot == 0);
173 if (anon->an_swslot > 0) {
311 if (anon->an_swslot > 0) {
312 uvm_swap_free(anon->an_swslot, 1);
314 anon->an_swslot = 0;
341 if (anon->an_swslot == 0)
345 (uintptr_t)anon, anon->an_swslot, 0, 0);
346 uvm_swap_free(anon->an_swslot, 1);
347 anon->an_swslot = 0;