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

  /src/sys/kern/
vfs_dirhash.c 79 static struct pool dirhash_entry_pool; variable in typeref:struct:pool
104 pool_init(&dirhash_entry_pool, sz, 0, 0, 0,
117 pool_sethiwat(&dirhash_entry_pool, max_entries);
147 pool_destroy(&dirhash_entry_pool);
175 pool_put(&dirhash_entry_pool, dirh_e);
181 pool_put(&dirhash_entry_pool, dirh_e);
295 pool_put(&dirhash_entry_pool, dirh_e);
322 dirh_e = pool_get(&dirhash_entry_pool, PR_WAITOK | PR_ZERO);
351 dirh_e = pool_get(&dirhash_entry_pool, PR_WAITOK | PR_ZERO);

Completed in 16 milliseconds