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; local
567 hashidx = i_mod_hash(hash, key);
570 entry->mhe_next = hash->mh_entries[hashidx];
572 hash->mh_entries[hashidx] = entry;
673 int hashidx; local
676 hashidx = i_mod_hash(hash, key);
679 for (e = hash->mh_entries[hashidx]; e != NULL; e = e->mhe_next) {
690 hash->mh_entries[hashidx] = e->mhe_next;
777 uint_t hashidx; local
780 hashidx
842 uint_t hashidx; local
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1732 uint8_t hashidx:3; member in struct:_rx_pkt_hdr0_t::__anon8588::_rx_pkt_hdr1_b2_t::__anon8592
1734 uint8_t hashidx:3;

Completed in 68 milliseconds