Searched refs:rht_head_hashfn (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/ |
D | rhashtable.h | 164 static inline unsigned int rht_head_hashfn( in rht_head_hashfn() function 725 hash = rht_head_hashfn(ht, tbl, obj, params); in __rhashtable_insert_fast() 1007 hash = rht_head_hashfn(ht, tbl, obj, params); in __rhashtable_remove_fast_one() 1163 hash = rht_head_hashfn(ht, tbl, obj_old, params); in __rhashtable_replace_fast() 1164 if (hash != rht_head_hashfn(ht, tbl, obj_new, params)) in __rhashtable_replace_fast()
|
/Linux-v6.6/lib/ |
D | rhashtable.c | 41 return rht_head_hashfn(ht, tbl, he, ht->p); in head_hashfn() 604 hash = rht_head_hashfn(ht, tbl, obj, ht->p); in rhashtable_try_insert()
|