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.c560 struct pool plimit_pool; variable
568 pool_init(&plimit_pool, sizeof(struct plimit), 0, IPL_MPFLOOR, in lim_startup()
596 newlim = pool_get(&plimit_pool, PR_WAITOK); in lim_copy()
608 pool_put(&plimit_pool, lim); in lim_free()