Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_anon.c47 static struct pool_cache uvm_anon_cache; variable
55 pool_cache_bootstrap(&uvm_anon_cache, sizeof(struct vm_anon), 0, 0, in uvm_anon_init()
84 anon = pool_cache_get(&uvm_anon_cache, PR_NOWAIT); in uvm_analloc()
189 pool_cache_put(&uvm_anon_cache, anon); in uvm_anfree()