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

  /src/sys/uvm/
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

Completed in 13 milliseconds