Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c588 entry->mhe_val = val; in i_mod_hash_insert_nosync()
718 *val = e->mhe_val; in i_mod_hash_remove_nosync()
803 *val = e->mhe_val; in i_mod_hash_find_nosync()
869 res = callback(e->mhe_key, e->mhe_val, arg); in i_mod_hash_walk_nosync()
910 MH_VAL_DESTROY(hash, e->mhe_val); in i_mod_hash_clear_nosync()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h42 mod_hash_val_t mhe_val; /* stored hash value */ member