Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c567 uint_t hashidx; in i_mod_hash_insert_nosync() local
586 hashidx = i_mod_hash(hash, key); in i_mod_hash_insert_nosync()
591 hash->mh_entries[hashidx] = entry; in i_mod_hash_insert_nosync()
692 int hashidx; in i_mod_hash_remove_nosync() local
695 hashidx = i_mod_hash(hash, key); in i_mod_hash_remove_nosync()
796 uint_t hashidx; in i_mod_hash_find_nosync() local
799 hashidx = i_mod_hash(hash, key); in i_mod_hash_find_nosync()
861 uint_t hashidx; in i_mod_hash_walk_nosync() local
864 for (hashidx = 0; in i_mod_hash_walk_nosync()
866 hashidx++) { in i_mod_hash_walk_nosync()
[all …]
/f-stack/freebsd/net/
H A Dif_llatbl.c169 uint32_t hashidx; in htable_link_entry() local
180 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()
181 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
/f-stack/freebsd/netinet/
H A Din.c1489 u_int hashidx; in in_lltable_find_dst() local
1491 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()
1492 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
/f-stack/freebsd/netinet6/
H A Din6.c2274 u_int hashidx; in in6_lltable_find_dst() local
2276 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()
2277 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()