Lines Matching refs:rhead
697 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup()
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()
763 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast()
790 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast()
859 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key()
882 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert()
1014 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one()
1028 } while (list && obj != &list->rhead); in __rhashtable_remove_fast_one()
1045 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one()
1046 obj = &list->rhead; in __rhashtable_remove_fast_one()
1141 return __rhashtable_remove_fast(&hlt->ht, &list->rhead, params, true); in rhltable_remove()