Home
last modified time | relevance | path

Searched refs:uvm_swap_io (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_swap.c238 static int uvm_swap_io(struct vm_page **, int, int, int);
1816 error = uvm_swap_io(ppsp, swslot, npages, B_WRITE | in uvm_swap_put()
1838 error = uvm_swap_io(&page, swslot, 1, B_READ | in uvm_swap_get()
1857 uvm_swap_io(struct vm_page **pps, int startslot, int npages, int flags) in uvm_swap_io() function