HomeSort by: relevance | last modified time | path
    Searched refs:uvm_aio_aiodone_pages (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
vm_vfs.c 40 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error) function in typeref:typename:void
97 uvm_aio_aiodone_pages(pgs, npages, write, error);
  /src/sys/uvm/
uvm_pager.c 327 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error) function in typeref:typename:void
526 uvm_aio_aiodone_pages(pgs, npages, write, error);
uvm_extern.h 805 void uvm_aio_aiodone_pages(struct vm_page **, int, bool,
uvm_swap.c 1884 uvm_aio_aiodone_pages(pps, npages, true, ENOMEM);

Completed in 107 milliseconds