Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c548 uint_t hashidx; in i_mod_hash_insert_nosync() local
567 hashidx = i_mod_hash(hash, key); in i_mod_hash_insert_nosync()
572 hash->mh_entries[hashidx] = entry; in i_mod_hash_insert_nosync()
673 int hashidx; in i_mod_hash_remove_nosync() local
676 hashidx = i_mod_hash(hash, key); in i_mod_hash_remove_nosync()
777 uint_t hashidx; in i_mod_hash_find_nosync() local
780 hashidx = i_mod_hash(hash, key); in i_mod_hash_find_nosync()
842 uint_t hashidx; in i_mod_hash_walk_nosync() local
845 for (hashidx = 0; in i_mod_hash_walk_nosync()
847 hashidx++) { in i_mod_hash_walk_nosync()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1732 uint8_t hashidx:3; member
1734 uint8_t hashidx:3;