HomeSort by: relevance | last modified time | path
    Searched defs:dirhash_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_dirhash.c 68 static struct pool dirhash_pool; variable in typeref:struct:pool
89 pool_init(&dirhash_pool, sz, 0, 0, 0,
127 pool_destroy(&dirhash_pool);
189 pool_put(&dirhash_pool, dirh);
202 dirh = pool_get(&dirhash_pool, PR_WAITOK | PR_ZERO);

Completed in 43 milliseconds