Searched refs:he (Results 1 – 2 of 2) sorted by relevance
114 const struct rhash_head *he) in rht_obj() argument116 return (char *)he - ht->p.head_offset; in rht_obj()166 const struct rhash_head *he, const struct rhashtable_params params) in rht_head_hashfn() argument168 const char *ptr = rht_obj(ht, he); in rht_head_hashfn()599 struct rhash_head *he; in __rhashtable_lookup() local607 rht_for_each_rcu_from(he, rht_ptr_rcu(bkt), tbl, hash) { in __rhashtable_lookup()609 params.obj_cmpfn(&arg, rht_obj(ht, he)) : in __rhashtable_lookup()610 rhashtable_compare(&arg, rht_obj(ht, he))) in __rhashtable_lookup()612 return he; in __rhashtable_lookup()617 } while (he != RHT_NULLS_MARKER(bkt)); in __rhashtable_lookup()[all …]
10815 u8 he[0x1]; member