Home | History | Annotate | Download | only in uvm

Lines Matching refs:swslot

1342 	int swslot;
1352 KASSERT(ctx->swslot > 0);
1356 uvm_swap_decrypt_pages(ctx->swslot, bp->b_data,
1448 ctx->swslot = dbtob((int64_t)bp->b_blkno) >> PAGE_SHIFT;
1449 KASSERT(ctx->swslot > 0);
1927 uvm_swap_put(int swslot, struct vm_page **ppsp, int npages, int flags)
1931 error = uvm_swap_io(ppsp, swslot, npages, B_WRITE |
1943 uvm_swap_get(struct vm_page *page, int swslot, int flags)
1949 if (swslot == SWSLOT_BAD) {
1953 error = uvm_swap_io(&page, swslot, 1, B_READ |