Searched refs:RCU_INIT_POINTER (Results 1 – 3 of 3) sorted by relevance
144 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_netdev_init()147 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL); in nf_hook_netdev_init()
763 RCU_INIT_POINTER(list->next, plist); in __rhashtable_insert_fast()765 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast()788 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast()793 RCU_INIT_POINTER(list->next, NULL); in __rhashtable_insert_fast()1037 RCU_INIT_POINTER(*lpprev, list); in __rhashtable_remove_fast_one()1048 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one()
1003 #define RCU_INIT_POINTER(p, v) \ macro
Completed in 8 milliseconds