Searched refs:rht_head_hashfn (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A 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()
|
Completed in 5 milliseconds