Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.c531 uint32_t hashidx = 0; in btlog_evict_elements_from_record() local
533 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() local
706 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() local
749 hashidx = calculate_hashidx_for_element((uintptr_t) element, btlog); in btlog_remove_entries_for_element()
[all …]
/xnu-8019.80.24/bsd/net/
H A Dif_llatbl.c176 uint32_t hashidx; in htable_link_entry() local
184 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()
185 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
/xnu-8019.80.24/osfmk/i386/
H A Dpmap_internal.h549 uint32_t hashidx = ((uint32_t)(uintptr_t)pmap ^ in pvhashidx() local
552 return hashidx; in pvhashidx()
/xnu-8019.80.24/bsd/netinet/
H A Din.c2546 u_int hashidx; in in_lltable_find_dst() local
2548 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()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4703 u_int hashidx; in in6_lltable_find_dst() local
4705 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()