Searched refs:he (Results 1 – 2 of 2) sorted by relevance
114 const struct rhash_head *he) in rht_obj() argument599 struct rhash_head *he; in __rhashtable_lookup() local612 return he; in __rhashtable_lookup()648 return he ? rht_obj(ht, he) : NULL; in rhashtable_lookup()698 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup()1002 struct rhash_head *he; in __rhashtable_remove_fast_one() local1019 if (he != obj) { in __rhashtable_remove_fast_one()1022 pprev = &he->next; in __rhashtable_remove_fast_one()1155 struct rhash_head *he; in __rhashtable_replace_fast() local1175 if (he != obj_old) { in __rhashtable_replace_fast()[all …]
10957 u8 he[0x1]; member
Completed in 81 milliseconds