Lines Matching refs:rhlist_head
509 struct rhlist_head *list; in rhashtable_lookup_one()
510 struct rhlist_head *plist; in rhashtable_lookup_one()
524 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_lookup_one()
525 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one()
576 struct rhlist_head *list; in rhashtable_insert_one()
578 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_insert_one()
768 struct rhlist_head *list; in rhashtable_walk_start_check()
771 for (list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_start_check()
802 struct rhlist_head *list = iter->list; in __rhashtable_walk_find_next()
815 list = container_of(p, struct rhlist_head, in __rhashtable_walk_find_next()
873 struct rhlist_head *list = iter->list; in rhashtable_walk_next()
881 list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_next()
912 struct rhlist_head *list = iter->list; in rhashtable_walk_peek()
1114 struct rhlist_head *list; in rhashtable_free_one()
1121 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_free_one()