Lines Matching refs:rhlist_head
562 static inline struct rhlist_head *rhltable_lookup( in rhltable_lookup()
568 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup()
612 struct rhlist_head *plist; in __rhashtable_insert_fast()
613 struct rhlist_head *list; in __rhashtable_insert_fast()
630 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
631 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast()
655 struct rhlist_head *list; in __rhashtable_insert_fast()
657 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
722 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key()
745 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert()
889 struct rhlist_head *list; in __rhashtable_remove_fast_one()
891 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one()
894 struct rhlist_head __rcu **lpprev; in __rhashtable_remove_fast_one()
1010 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove()