uvm_aobj.c | 279 * uao_set_swslot: set the swap slot for a page in an aobj. 288 uao_set_swslot(struct uvm_object *uobj, int pageidx, int slot) function in typeref:typename:int 305 KASSERTMSG(slot == 0, "uao_set_swslot: no swap object"); 1012 swslot = uao_set_swslot(uobj, pageidx, 1090 slot = uao_set_swslot(uobj, pageidx, 0);
|