Searched refs:mod_hash_insert (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/
H A Dmodhash.h122 int mod_hash_insert(mod_hash_t *, mod_hash_key_t, mod_hash_val_t);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c259 (void) mod_hash_insert(kcf_mech_hash,
336 (void) mod_hash_insert(kcf_mech_hash,
/freebsd-13-stable/sys/contrib/openzfs/module/icp/os/
H A Dmodhash.c87 * mod_hash_insert(hash, key, val):
553 * mod_hash_insert()
560 * structure in situations where mod_hash_insert() with a KM_SLEEP
598 mod_hash_insert(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t val) function

Completed in 111 milliseconds