Home
last modified time | relevance | path

Searched refs:RCU_INIT_POINTER (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dreservation.h96 RCU_INIT_POINTER(obj->fence, NULL); in reservation_object_init()
97 RCU_INIT_POINTER(obj->fence_excl, NULL); in reservation_object_init()
Dnetfilter_ingress.h37 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_ingress_init()
Drhashtable.h723 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()
Drcupdate.h1059 #define RCU_INIT_POINTER(p, v) \ macro
Dnetfilter.h101 RCU_INIT_POINTER(p->hook_entries, hook_entry); in nf_hook_state_init()