Home
last modified time | relevance | path

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

/openbsd-src/sys/kern/
H A Dvfs_lockf.c78 struct pool lockf_pool; variable
129 pool_init(&lockf_pool, sizeof(struct lockf), 0, IPL_NONE, in lf_init()
186 lock = pool_get(&lockf_pool, PR_WAITOK); in lf_alloc()
207 pool_put(&lockf_pool, lock); in lf_free()