Searched refs:uvm_anon_pool (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/uvm/
H A Duvm_anon.c43 struct pool uvm_anon_pool; variable in typeref:struct:pool
48 pool_init(&uvm_anon_pool, sizeof(struct vm_anon), 0, IPL_MPFLOOR,
50 pool_sethiwat(&uvm_anon_pool, uvmexp.free / 16);
63 anon = pool_get(&uvm_anon_pool, PR_NOWAIT);
135 pool_put(&uvm_anon_pool, anon);
147 anon = pool_get(&uvm_anon_pool, PR_WAITOK);
148 pool_put(&uvm_anon_pool, anon);
264 pool_put(&uvm_anon_pool, anon);

Completed in 95 milliseconds