uvm_swap.c | 238 static int uvm_swap_io(struct vm_page **, int, int, int); 1820 error = uvm_swap_io(ppsp, swslot, npages, B_WRITE | 1842 error = uvm_swap_io(&page, swslot, 1, B_READ | 1857 * uvm_swap_io: do an i/o operation to swap 1861 uvm_swap_io(struct vm_page **pps, int startslot, int npages, int flags) function in typeref:typename:int
|