Searched refs:orig_slot (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/src/ |
H A D | ck_rhs.c | 907 long orig_slot, struct ck_rhs_entry_desc *desc) in ck_rhs_put_robin_hood() argument 921 first = orig_slot; in ck_rhs_put_robin_hood() 930 orig_slot = first; in ck_rhs_put_robin_hood() 931 ck_rhs_set_rh(map, orig_slot); in ck_rhs_put_robin_hood() 957 prev = orig_slot; in ck_rhs_put_robin_hood() 970 ck_rhs_add_wanted(hs, slot, orig_slot, h); in ck_rhs_put_robin_hood() 974 ck_pr_store_ptr(ck_rhs_entry_addr(map, orig_slot), in ck_rhs_put_robin_hood() 976 h = ck_rhs_get_first_offset(map, orig_slot, in ck_rhs_put_robin_hood() 978 ck_rhs_add_wanted(hs, orig_slot, prev, h); in ck_rhs_put_robin_hood() 981 orig_slot = prev; in ck_rhs_put_robin_hood() [all …]
|