Lines Matching refs:rhlist_head
684 static inline struct rhlist_head *rhltable_lookup( in rhltable_lookup()
690 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup()
733 struct rhlist_head *plist; in __rhashtable_insert_fast()
734 struct rhlist_head *list; in __rhashtable_insert_fast()
751 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
752 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast()
781 struct rhlist_head *list; in __rhashtable_insert_fast()
783 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
849 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key()
872 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert()
1005 struct rhlist_head *list; in __rhashtable_remove_fast_one()
1007 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one()
1010 struct rhlist_head __rcu **lpprev; in __rhashtable_remove_fast_one()
1131 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove()