Searched refs:RCU_INIT_POINTER (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | reservation.h | 96 RCU_INIT_POINTER(obj->fence, NULL); in reservation_object_init() 97 RCU_INIT_POINTER(obj->fence_excl, NULL); in reservation_object_init()
|
D | netfilter_ingress.h | 37 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_ingress_init()
|
D | rhashtable.h | 723 RCU_INIT_POINTER(list->next, plist); in __rhashtable_insert_fast() 725 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast() 743 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast() 748 RCU_INIT_POINTER(list->next, NULL); in __rhashtable_insert_fast() 984 RCU_INIT_POINTER(*lpprev, list); in __rhashtable_remove_fast_one() 995 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one()
|
D | rcupdate.h | 1059 #define RCU_INIT_POINTER(p, v) \ macro
|
D | netfilter.h | 101 RCU_INIT_POINTER(p->hook_entries, hook_entry); in nf_hook_state_init()
|