Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_dirhash.c68 static struct pool dirhash_pool; variable
89 pool_init(&dirhash_pool, sz, 0, 0, 0, in dirhash_init()
127 pool_destroy(&dirhash_pool);
189 pool_put(&dirhash_pool, dirh); in dirhash_purge()
202 dirh = pool_get(&dirhash_pool, PR_WAITOK | PR_ZERO); in dirhash_get()