Searched refs:hashidx (Results 1 – 5 of 5) sorted by relevance
531 uint32_t hashidx = 0; in btlog_evict_elements_from_record() local533 hashidx = calculate_hashidx_for_element(~recelem->elem, btlog); in btlog_evict_elements_from_record()535 prev_hashelem = hashelem = btlog->elem_linkage_un.elem_recindex_hashtbl[hashidx]; in btlog_evict_elements_from_record()552 … btlog->elem_linkage_un.elem_recindex_hashtbl[hashidx] = TAILQ_NEXT(hashelem, element_hash_link); in btlog_evict_elements_from_record()653 uint32_t hashidx = 0; in btlog_add_entry() local706 hashidx = calculate_hashidx_for_element((uintptr_t)element, btlog); in btlog_add_entry()716 TAILQ_NEXT(hashelem, element_hash_link) = btlog->elem_linkage_un.elem_recindex_hashtbl[hashidx]; in btlog_add_entry()717 btlog->elem_linkage_un.elem_recindex_hashtbl[hashidx] = hashelem; in btlog_add_entry()735 uint32_t hashidx = 0; in btlog_remove_entries_for_element() local749 hashidx = calculate_hashidx_for_element((uintptr_t) element, btlog); in btlog_remove_entries_for_element()[all …]
176 uint32_t hashidx; in htable_link_entry() local184 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()185 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
549 uint32_t hashidx = ((uint32_t)(uintptr_t)pmap ^ in pvhashidx() local552 return hashidx; in pvhashidx()
2546 u_int hashidx; in in_lltable_find_dst() local2548 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()2549 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
4703 u_int hashidx; in in6_lltable_find_dst() local4705 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()4706 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()