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

  /src/sys/uvm/
uvm_anon.h 100 struct vm_page *uvm_anon_lockloanpg(struct vm_anon *);
uvm_anon.c 124 * may not own it. Call out to uvm_anon_lockloanpg() to
129 pg2 = uvm_anon_lockloanpg(anon);
193 * uvm_anon_lockloanpg: given a locked anon, lock its resident page owner.
210 uvm_anon_lockloanpg(struct vm_anon *anon) function in typeref:struct:vm_page *
uvm_fault.c 305 * may not own it. Call out to uvm_anon_lockloanpg() to
310 pg = uvm_anon_lockloanpg(anon);

Completed in 13 milliseconds