Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c518 i_mod_hash(mod_hash_t *hash, mod_hash_key_t key) in i_mod_hash() function
567 hashidx = i_mod_hash(hash, key); in i_mod_hash_insert_nosync()
676 hashidx = i_mod_hash(hash, key); in i_mod_hash_remove_nosync()
780 hashidx = i_mod_hash(hash, key); in i_mod_hash_find_nosync()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h96 uint_t i_mod_hash(mod_hash_t *, mod_hash_key_t);