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

  /src/sys/uvm/
uvm_loan.h 1 /* $NetBSD: uvm_loan.h,v 1.17 2011/02/02 15:13:34 chuck Exp $ */
27 * from: Id: uvm_loan.h,v 1.1.4.1 1997/12/08 16:07:14 chuck Exp
36 * flags for uvm_loan()
47 int uvm_loan(struct vm_map *, vaddr_t, vsize_t, void *, int);
Makefile 7 uvm_km.h uvm_loan.h \
uvm.h 55 #include <uvm/uvm_loan.h>
uvm_loan.c 1 /* $NetBSD: uvm_loan.c,v 1.104 2020/06/11 22:21:05 ad Exp $ */
27 * from: Id: uvm_loan.c,v 1.1.6.4 1998/02/06 05:08:43 chs Exp
31 * uvm_loan.c: page loanout handler
35 __KERNEL_RCSID(0, "$NetBSD: uvm_loan.c,v 1.104 2020/06/11 22:21:05 ad Exp $");
120 * uvm_loanentry: loan out pages in a map entry (helper fn for uvm_loan())
226 * uvm_loan: loan pages in a map out to anons or to the kernel
238 uvm_loan(struct vm_map *map, vaddr_t start, vsize_t len, void *v, int flags) function in typeref:typename:int
1073 * uvm_loan_init(): initialize the uvm_loan() facility.
  /src/sys/rump/librump/rumpkern/
vm.c 773 uvm_loan(struct vm_map *map, vaddr_t start, vsize_t len, void *v, int flags) function in typeref:typename:int
  /src/sys/kern/
uipc_socket.c 117 #include <uvm/uvm_loan.h>
361 error = uvm_loan(&uio->uio_vmspace->vm_map, sva, len,
  /src/share/man/man9/
Makefile 1017 uvm.9 uvm_loan.9 uvm.9 uvm_unloan.9 \
  /src/sys/nfs/
nfs_serv.c 82 #include <uvm/uvm_loan.h>

Completed in 47 milliseconds