Home
last modified time | relevance | path

Searched refs:rht_head_hashfn (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Drhashtable.h241 static inline unsigned int rht_head_hashfn( in rht_head_hashfn() function
588 hash = rht_head_hashfn(ht, tbl, obj, params); in __rhashtable_insert_fast()
751 hash = rht_head_hashfn(ht, tbl, obj, params); in __rhashtable_remove_fast()
/linux-4.1.27/lib/
Drhashtable.c39 return rht_head_hashfn(ht, tbl, he, ht->p); in head_hashfn()