Searched refs:rhead (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | rhashtable.h | 698 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup() 760 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast() 761 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast() 765 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast() 792 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast() 861 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key() 884 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert() 1017 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one() 1031 } while (list && obj != &list->rhead); in __rhashtable_remove_fast_one() 1048 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one() [all …]
|
| D | rhashtable-types.h | 23 struct rhash_head rhead; member
|