| /src/sys/uvm/ | 
| uvm_loan.h | 48 void uvm_unloan(void *, int, int); 
 | 
| uvm_loan.c | 492 		uvm_unloan(pgpp, i, UVM_LOAN_TOPAGE); 577 				uvm_unloan(pgpp, ndone, UVM_LOAN_TOPAGE);
 1012  * uvm_unloan: kill loans on pages or anons.
 1016 uvm_unloan(void *v, int npages, int flags)  function in typeref:typename:void
 
 | 
| /src/sys/rump/librump/rumpkern/ | 
| vm.c | 780 uvm_unloan(void *v, int npages, int flags)  function in typeref:typename:void 
 | 
| /src/share/man/man9/ | 
| Makefile | 1017 	uvm.9 uvm_loan.9 uvm.9 uvm_unloan.9 \ 
 | 
| /src/sys/kern/ | 
| uipc_socket.c | 266 	uvm_unloan(pgs, npgs, UVM_LOAN_TOPAGE); 
 |