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

  /src/sys/uvm/
uvm_page.h 354 void uvm_pageunlock2(struct vm_page *, struct vm_page *);
uvm_loan.c 1150 uvm_pageunlock2(uobjpage, pg);
1211 uvm_pageunlock2(oldpg, newpg);
uvm_page.c 1928 * uvm_pageunlock2: release two page interlocks, and for both pages if a
1935 uvm_pageunlock2(struct vm_page *pg1, struct vm_page *pg2) function in typeref:typename:void
  /src/sys/rump/librump/rumpkern/
vm.c 482 uvm_pageunlock2(struct vm_page *pg1, struct vm_page *pg2) function in typeref:typename:void

Completed in 15 milliseconds