Lines Matching refs:rhlist_head
493 struct rhlist_head *list; in rhashtable_lookup_one()
494 struct rhlist_head *plist; in rhashtable_lookup_one()
508 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_lookup_one()
509 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one()
562 struct rhlist_head *list; in rhashtable_insert_one()
564 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_insert_one()
749 struct rhlist_head *list; in rhashtable_walk_start_check()
752 for (list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_start_check()
783 struct rhlist_head *list = iter->list; in __rhashtable_walk_find_next()
796 list = container_of(p, struct rhlist_head, in __rhashtable_walk_find_next()
854 struct rhlist_head *list = iter->list; in rhashtable_walk_next()
862 list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_next()
893 struct rhlist_head *list = iter->list; in rhashtable_walk_peek()
1093 struct rhlist_head *list; in rhashtable_free_one()
1100 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_free_one()