Lines Matching refs:rhead
690 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup()
751 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
752 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast()
756 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast()
783 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
852 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key()
875 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert()
1007 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one()
1021 } while (list && obj != &list->rhead); in __rhashtable_remove_fast_one()
1038 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one()
1039 obj = &list->rhead; in __rhashtable_remove_fast_one()
1134 return __rhashtable_remove_fast(&hlt->ht, &list->rhead, params, true); in rhltable_remove()