Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c166 kmem_cache_t *mh_e_cache = NULL; variable
410 if (mh_e_cache) { in mod_hash_fini()
411 kmem_cache_destroy(mh_e_cache); in mod_hash_fini()
412 mh_e_cache = NULL; in mod_hash_fini()
423 ASSERT(mh_e_cache == NULL); in mod_hash_init()
424 mh_e_cache = kmem_cache_create("mod_hash_entries", in mod_hash_init()
577 entry = kmem_cache_alloc(mh_e_cache, hash->mh_sleep); in i_mod_hash_insert_nosync()
665 *handlep = kmem_cache_alloc(mh_e_cache, KM_NOSLEEP); in mod_hash_reserve_nosleep()
679 kmem_cache_free(mh_e_cache, *handlep); in mod_hash_cancel()
719 kmem_cache_free(mh_e_cache, e); in i_mod_hash_remove_nosync()
[all …]