Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_resource.c639 struct pool plimit_pool; variable
647 pool_init(&plimit_pool, sizeof(struct plimit), 0, IPL_MPFLOOR, in lim_startup()
675 newlim = pool_get(&plimit_pool, PR_WAITOK); in lim_copy()
687 pool_put(&plimit_pool, lim); in lim_free()