Home
last modified time | relevance | path

Searched refs:rhead (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Drhashtable.h690 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()
[all …]
Drhashtable-types.h22 struct rhash_head rhead; member