Lines Matching refs:rhlist_head
691 static inline struct rhlist_head *rhltable_lookup( in rhltable_lookup()
697 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup()
740 struct rhlist_head *plist; in __rhashtable_insert_fast()
741 struct rhlist_head *list; in __rhashtable_insert_fast()
758 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
759 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast()
788 struct rhlist_head *list; in __rhashtable_insert_fast()
790 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
856 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key()
879 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert()
1012 struct rhlist_head *list; in __rhashtable_remove_fast_one()
1014 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one()
1017 struct rhlist_head __rcu **lpprev; in __rhashtable_remove_fast_one()
1138 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove()