Home
last modified time | relevance | path

Searched refs:uvm_pmr_cache_get (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_pmemrange.h160 struct vm_page *uvm_pmr_cache_get(int);
H A Duvm_pmemrange.c2254 uvm_pmr_cache_get(int flags) in uvm_pmr_cache_get() function
2370 uvm_pmr_cache_get(int flags) in uvm_pmr_cache_get() function
H A Duvm_page.c907 pg = uvm_pmr_cache_get(pmr_flags); in uvm_pagealloc()