Lines Matching refs:rhlist_head
534 struct rhlist_head *list; in rhashtable_lookup_one()
535 struct rhlist_head *plist; in rhashtable_lookup_one()
549 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_lookup_one()
550 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one()
602 struct rhlist_head *list; in rhashtable_insert_one()
604 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_insert_one()
794 struct rhlist_head *list; in rhashtable_walk_start_check()
797 for (list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_start_check()
828 struct rhlist_head *list = iter->list; in __rhashtable_walk_find_next()
841 list = container_of(p, struct rhlist_head, in __rhashtable_walk_find_next()
899 struct rhlist_head *list = iter->list; in rhashtable_walk_next()
907 list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_next()
938 struct rhlist_head *list = iter->list; in rhashtable_walk_peek()
1140 struct rhlist_head *list; in rhashtable_free_one()
1147 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_free_one()