Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dinetpeer.c279 RCU_INIT_POINTER(node->avl_left, lr); /* lr: RH or RH+1 */ in peer_avl_rebalance()
280 RCU_INIT_POINTER(node->avl_right, r); /* r: RH */ in peer_avl_rebalance()
282 RCU_INIT_POINTER(l->avl_left, ll); /* ll: RH+1 */ in peer_avl_rebalance()
283 RCU_INIT_POINTER(l->avl_right, node); /* node: RH+1 or RH+2 */ in peer_avl_rebalance()
285 RCU_INIT_POINTER(*nodep, l); in peer_avl_rebalance()
289 RCU_INIT_POINTER(node->avl_left, lrr); /* lrr: RH or RH-1 */ in peer_avl_rebalance()
290 RCU_INIT_POINTER(node->avl_right, r); /* r: RH */ in peer_avl_rebalance()
292 RCU_INIT_POINTER(l->avl_left, ll); /* ll: RH */ in peer_avl_rebalance()
293 RCU_INIT_POINTER(l->avl_right, lrl); /* lrl: RH or RH-1 */ in peer_avl_rebalance()
295 RCU_INIT_POINTER(lr->avl_left, l); /* l: RH+1 */ in peer_avl_rebalance()
[all …]
Dfib_frontend.c1179 RCU_INIT_POINTER(net->ipv4.fib_local, NULL); in ip_fib_net_exit()
1180 RCU_INIT_POINTER(net->ipv4.fib_main, NULL); in ip_fib_net_exit()
1181 RCU_INIT_POINTER(net->ipv4.fib_default, NULL); in ip_fib_net_exit()
Dip_sockglue.c341 RCU_INIT_POINTER(*rap, ra->next); in ip_ra_control()
363 RCU_INIT_POINTER(new_ra->next, ra); in ip_ra_control()
Ddevinet.c302 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_destroy()
1406 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_event()
Droute.c573 RCU_INIT_POINTER(fnhe->fnhe_rth_input, NULL); in fnhe_flush_routes()
578 RCU_INIT_POINTER(fnhe->fnhe_rth_output, NULL); in fnhe_flush_routes()
Digmp.c1268 RCU_INIT_POINTER(mc_hash[hash], im); in ip_mc_hash_add()
1919 RCU_INIT_POINTER(iml->sflist, NULL); in ip_mc_leave_src()
Dfib_trie.c182 #define NODE_INIT_PARENT(n, p) RCU_INIT_POINTER(tn_info(n)->parent, p)
Dipmr.c1265 RCU_INIT_POINTER(mrt->mroute_sk, NULL); in mrtsock_destruct()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_h323.c593 RCU_INIT_POINTER(set_h245_addr_hook, set_h245_addr); in init()
594 RCU_INIT_POINTER(set_h225_addr_hook, set_h225_addr); in init()
595 RCU_INIT_POINTER(set_sig_addr_hook, set_sig_addr); in init()
596 RCU_INIT_POINTER(set_ras_addr_hook, set_ras_addr); in init()
597 RCU_INIT_POINTER(nat_rtp_rtcp_hook, nat_rtp_rtcp); in init()
598 RCU_INIT_POINTER(nat_t120_hook, nat_t120); in init()
599 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()
600 RCU_INIT_POINTER(nat_callforwarding_hook, nat_callforwarding); in init()
601 RCU_INIT_POINTER(nat_q931_hook, nat_q931); in init()
610 RCU_INIT_POINTER(set_h245_addr_hook, NULL); in fini()
[all …]
Dnf_nat_pptp.c288 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, pptp_outbound_pkt); in nf_nat_helper_pptp_init()
291 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, pptp_inbound_pkt); in nf_nat_helper_pptp_init()
294 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, pptp_exp_gre); in nf_nat_helper_pptp_init()
297 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, pptp_nat_expected); in nf_nat_helper_pptp_init()
303 RCU_INIT_POINTER(nf_nat_pptp_hook_expectfn, NULL); in nf_nat_helper_pptp_fini()
304 RCU_INIT_POINTER(nf_nat_pptp_hook_exp_gre, NULL); in nf_nat_helper_pptp_fini()
305 RCU_INIT_POINTER(nf_nat_pptp_hook_inbound, NULL); in nf_nat_helper_pptp_fini()
306 RCU_INIT_POINTER(nf_nat_pptp_hook_outbound, NULL); in nf_nat_helper_pptp_fini()
Dnf_nat_snmp_basic.c1294 RCU_INIT_POINTER(nf_nat_snmp_hook, help); in nf_nat_snmp_basic_init()
1306 RCU_INIT_POINTER(nf_nat_snmp_hook, NULL); in nf_nat_snmp_basic_fini()
/linux-4.1.27/drivers/dma-buf/
Dreservation.c103 RCU_INIT_POINTER(fobj->shared[i], fence); in reservation_object_add_shared_inplace()
116 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_inplace()
135 RCU_INIT_POINTER(fobj->shared[0], fence); in reservation_object_add_shared_replace()
156 RCU_INIT_POINTER(fobj->shared[i], fence); in reservation_object_add_shared_replace()
158 RCU_INIT_POINTER(fobj->shared[i], check); in reservation_object_add_shared_replace()
161 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_replace()
172 RCU_INIT_POINTER(obj->fence, fobj); in reservation_object_add_shared_replace()
220 RCU_INIT_POINTER(obj->fence_excl, fence); in reservation_object_add_excl_fence()
/linux-4.1.27/net/netfilter/
Dnf_nat_tftp.c40 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL); in nf_nat_tftp_fini()
47 RCU_INIT_POINTER(nf_nat_tftp_hook, help); in nf_nat_tftp_init()
Dnf_nat_core.c607 RCU_INIT_POINTER(l4protos[i], &nf_nat_l4proto_unknown); in nf_nat_l4proto_register()
624 RCU_INIT_POINTER(nf_nat_l4protos[l3proto][l4proto->l4proto], l4proto); in nf_nat_l4proto_register()
635 RCU_INIT_POINTER(nf_nat_l4protos[l3proto][l4proto->l4proto], in nf_nat_l4proto_unregister()
653 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_TCP], in nf_nat_l3proto_register()
655 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_UDP], in nf_nat_l3proto_register()
659 RCU_INIT_POINTER(nf_nat_l3protos[l3proto->l3proto], l3proto); in nf_nat_l3proto_register()
667 RCU_INIT_POINTER(nf_nat_l3protos[l3proto->l3proto], NULL); in nf_nat_l3proto_unregister()
867 RCU_INIT_POINTER(nfnetlink_parse_nat_setup_hook, in nf_nat_init()
871 RCU_INIT_POINTER(nf_nat_decode_session_hook, __nf_nat_decode_session); in nf_nat_init()
887 RCU_INIT_POINTER(nfnetlink_parse_nat_setup_hook, NULL); in nf_nat_cleanup()
[all …]
Dnf_nat_amanda.c78 RCU_INIT_POINTER(nf_nat_amanda_hook, NULL); in nf_nat_amanda_fini()
85 RCU_INIT_POINTER(nf_nat_amanda_hook, help); in nf_nat_amanda_init()
Dnf_nat_irc.c98 RCU_INIT_POINTER(nf_nat_irc_hook, NULL); in nf_nat_irc_fini()
105 RCU_INIT_POINTER(nf_nat_irc_hook, help); in nf_nat_irc_init()
Dnf_nat_ftp.c125 RCU_INIT_POINTER(nf_nat_ftp_hook, NULL); in nf_nat_ftp_fini()
132 RCU_INIT_POINTER(nf_nat_ftp_hook, nf_nat_ftp); in nf_nat_ftp_init()
Dnfnetlink_cttimeout.c554 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, ctnl_timeout_find_get); in cttimeout_init()
555 RCU_INIT_POINTER(nf_ct_timeout_put_hook, ctnl_timeout_put); in cttimeout_init()
579 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, NULL); in cttimeout_exit()
580 RCU_INIT_POINTER(nf_ct_timeout_put_hook, NULL); in cttimeout_exit()
Dnf_conntrack_ecache.c201 RCU_INIT_POINTER(net->ct.nf_conntrack_event_cb, NULL); in nf_conntrack_unregister_notifier()
237 RCU_INIT_POINTER(net->ct.nf_expect_event_cb, NULL); in nf_ct_expect_unregister_notifier()
Dcore.c40 RCU_INIT_POINTER(nf_afinfo[afinfo->family], afinfo); in nf_register_afinfo()
49 RCU_INIT_POINTER(nf_afinfo[afinfo->family], NULL); in nf_unregister_afinfo()
Dnf_conntrack_helper.c225 RCU_INIT_POINTER(help->helper, NULL); in __nf_ct_try_assign_helper()
242 RCU_INIT_POINTER(help->helper, NULL); in __nf_ct_try_assign_helper()
262 RCU_INIT_POINTER(help->helper, NULL); in unhelp()
Dnf_log.c67 RCU_INIT_POINTER(net->nf.nf_loggers[i], NULL); in nf_log_unset()
117 RCU_INIT_POINTER(loggers[i][logger->type], NULL); in nf_log_unregister()
145 RCU_INIT_POINTER(net->nf.nf_loggers[pf], NULL); in nf_log_unbind_pf()
Dnf_queue.c44 RCU_INIT_POINTER(queue_handler, NULL); in nf_unregister_queue_handler()
Dnf_conntrack_extend.c186 RCU_INIT_POINTER(nf_ct_ext_types[type->id], NULL); in nf_ct_extend_unregister()
Dnf_nat_sip.c628 RCU_INIT_POINTER(nf_nat_sip_hooks, NULL); in nf_nat_sip_fini()
647 RCU_INIT_POINTER(nf_nat_sip_hooks, &sip_hooks); in nf_nat_sip_init()
Dnf_conntrack_core.c1441 RCU_INIT_POINTER(ip_ct_attach, NULL); in nf_conntrack_cleanup_start()
1446 RCU_INIT_POINTER(nf_ct_destroy, NULL); in nf_conntrack_cleanup_end()
1725 RCU_INIT_POINTER(ip_ct_attach, nf_conntrack_attach); in nf_conntrack_init_end()
1726 RCU_INIT_POINTER(nf_ct_destroy, destroy_conntrack); in nf_conntrack_init_end()
Dnf_conntrack_proto.c387 RCU_INIT_POINTER(proto_array[i], &nf_conntrack_l4proto_generic); in nf_ct_l4proto_register()
Dnfnetlink.c515 RCU_INIT_POINTER(net->nfnl, NULL); in nfnetlink_net_exit_batch()
Dnf_conntrack_netlink.c1419 RCU_INIT_POINTER(help->helper, NULL); in ctnetlink_change_helper()
1713 RCU_INIT_POINTER(help->helper, helper); in ctnetlink_create_conntrack()
3258 RCU_INIT_POINTER(nfq_ct_hook, &ctnetlink_nfqueue_hook); in ctnetlink_init()
3278 RCU_INIT_POINTER(nfq_ct_hook, NULL); in ctnetlink_exit()
/linux-4.1.27/net/bridge/netfilter/
Debtable_broute.c86 RCU_INIT_POINTER(br_should_route_hook, in ebtable_broute_init()
93 RCU_INIT_POINTER(br_should_route_hook, NULL); in ebtable_broute_fini()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_dh.c118 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_reassign()
125 RCU_INIT_POINTER(b->dest, dest); in ip_vs_dh_reassign()
149 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_flush()
Dip_vs_sh.c185 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_reassign()
192 RCU_INIT_POINTER(b->dest, dest); in ip_vs_sh_reassign()
225 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_flush()
Dip_vs_ctl.c643 RCU_INIT_POINTER(dest->dest_dst, NULL); in __ip_vs_dst_cache_reset()
1255 RCU_INIT_POINTER(svc->pe, pe); in ip_vs_add_service()
1343 RCU_INIT_POINTER(svc->scheduler, NULL); in ip_vs_edit_service()
/linux-4.1.27/net/802/
Dstp.c92 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister()
94 RCU_INIT_POINTER(garp_protos[proto->group_address[5] - in stp_proto_unregister()
Dgarp.c555 RCU_INIT_POINTER(dev->garp_port, NULL); in garp_release_port()
607 RCU_INIT_POINTER(port->applicants[appl->type], NULL); in garp_uninit_applicant()
Dmrp.c837 RCU_INIT_POINTER(dev->mrp_port, NULL); in mrp_release_port()
893 RCU_INIT_POINTER(port->applicants[appl->type], NULL); in mrp_uninit_applicant()
/linux-4.1.27/net/sched/
Dcls_u32.c347 RCU_INIT_POINTER(root_ht->next, tp_c->hlist); in u32_init()
415 RCU_INIT_POINTER(*kp, key->next); in u32_delete_key()
434 RCU_INIT_POINTER(ht->ht[h], in u32_clear_hnode()
457 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode()
524 RCU_INIT_POINTER(tp_c->hlist, ht->next); in u32_destroy()
672 RCU_INIT_POINTER(n->next, pins->next); in u32_replace_knode()
688 RCU_INIT_POINTER(new->next, n->next); in u32_init_knode()
690 RCU_INIT_POINTER(new->ht_up, n->ht_up); in u32_init_knode()
697 RCU_INIT_POINTER(new->ht_down, n->ht_down); in u32_init_knode()
795 RCU_INIT_POINTER(ht->next, tp_c->hlist); in u32_change()
[all …]
Dcls_fw.c147 RCU_INIT_POINTER(head->ht[h], in fw_destroy()
153 RCU_INIT_POINTER(tp->root, NULL); in fw_destroy()
173 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in fw_delete()
287 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next)); in fw_change()
324 RCU_INIT_POINTER(f->next, head->ht[fw_hash(handle)]); in fw_change()
Dcls_rsvp.h239 RCU_INIT_POINTER(n->next, pins->next); in rsvp_replace()
309 RCU_INIT_POINTER(tp->root, NULL); in rsvp_destroy()
315 RCU_INIT_POINTER(data->ht[h1], s->next); in rsvp_destroy()
346 RCU_INIT_POINTER(*fp, f->next); in rsvp_delete()
360 RCU_INIT_POINTER(*sp, s->next); in rsvp_delete()
587 RCU_INIT_POINTER(f->next, nfp); in rsvp_change()
614 RCU_INIT_POINTER(s->next, nsp); in rsvp_change()
Dcls_route.c307 RCU_INIT_POINTER(b->ht[h2], next); in route4_destroy()
312 RCU_INIT_POINTER(head->table[h1], NULL); in route4_destroy()
316 RCU_INIT_POINTER(tp->root, NULL); in route4_destroy()
342 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in route4_delete()
364 RCU_INIT_POINTER(head->table[to_hash(h)], NULL); in route4_delete()
Dcls_api.c291 RCU_INIT_POINTER(*back, next); in tc_ctl_tfilter()
320 RCU_INIT_POINTER(*back, next); in tc_ctl_tfilter()
336 RCU_INIT_POINTER(tp->next, rtnl_dereference(*back)); in tc_ctl_tfilter()
Dcls_cgroup.c154 RCU_INIT_POINTER(tp->root, NULL); in cls_cgroup_destroy()
Dsch_atm.c276 RCU_INIT_POINTER(flow->filter_list, NULL); in atm_tc_change()
549 RCU_INIT_POINTER(p->link.filter_list, NULL); in atm_tc_init()
Dcls_basic.c112 RCU_INIT_POINTER(tp->root, NULL); in basic_destroy()
Dcls_bpf.c160 RCU_INIT_POINTER(tp->root, NULL); in cls_bpf_destroy()
Dcls_tcindex.c485 RCU_INIT_POINTER(tp->root, NULL); in tcindex_destroy()
Dcls_flow.c573 RCU_INIT_POINTER(tp->root, NULL); in flow_destroy()
Dsch_api.c1888 RCU_INIT_POINTER(*fl, tp->next); in tcf_destroy_chain()
/linux-4.1.27/include/linux/
Dreservation.h77 RCU_INIT_POINTER(obj->fence, NULL); in reservation_object_init()
78 RCU_INIT_POINTER(obj->fence_excl, NULL); in reservation_object_init()
Drcupdate.h1098 #define RCU_INIT_POINTER(p, v) \ macro
Drhashtable.h638 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast()
/linux-4.1.27/net/mac80211/
Dscan.c351 RCU_INIT_POINTER(local->scan_req, NULL); in __ieee80211_scan_completed()
355 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_scan_completed()
641 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_start_scan()
868 RCU_INIT_POINTER(local->scan_req, NULL); in ieee80211_scan_work()
869 RCU_INIT_POINTER(local->scan_sdata, NULL); in ieee80211_scan_work()
1123 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()
1124 RCU_INIT_POINTER(local->sched_scan_req, NULL); in __ieee80211_request_sched_scan_start()
1162 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_request_sched_scan_stop()
1167 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()
1194 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end()
[all …]
Dmesh.c833 RCU_INIT_POINTER(ifmsh->beacon, NULL); in ieee80211_stop_mesh()
1073 RCU_INIT_POINTER(ifmsh->csa, NULL); in ieee80211_mesh_finish_csa()
1107 RCU_INIT_POINTER(ifmsh->csa, NULL); in ieee80211_mesh_csa_beacon()
1335 RCU_INIT_POINTER(ifmsh->beacon, NULL); in ieee80211_mesh_init_sdata()
Diface.c442 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_add_virtual_monitor()
471 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_del_virtual_monitor()
925 RCU_INIT_POINTER(sdata->vif.chanctx_conf, NULL); in ieee80211_do_stop()
946 RCU_INIT_POINTER(local->p2p_sdata, NULL); in ieee80211_do_stop()
Dmesh_pathtbl.c1104 RCU_INIT_POINTER(mesh_paths, tbl_path); in mesh_pathtbl_init()
1105 RCU_INIT_POINTER(mpp_paths, tbl_mpp); in mesh_pathtbl_init()
Dagg-rx.c73 RCU_INIT_POINTER(sta->ampdu_mlme.tid_rx[tid], NULL); in ___ieee80211_stop_rx_ba_session()
Dibss.c259 RCU_INIT_POINTER(ifibss->presp, NULL); in __ieee80211_sta_join_ibss()
370 RCU_INIT_POINTER(ifibss->presp, NULL); in __ieee80211_sta_join_ibss()
730 RCU_INIT_POINTER(sdata->u.ibss.presp, NULL); in ieee80211_ibss_disconnect()
Dcfg.c70 RCU_INIT_POINTER(sdata->u.vlan.sta, NULL); in ieee80211_change_iface()
805 RCU_INIT_POINTER(sdata->u.ap.beacon, NULL); in ieee80211_start_ap()
883 RCU_INIT_POINTER(sdata->u.ap.beacon, NULL); in ieee80211_stop_ap()
884 RCU_INIT_POINTER(sdata->u.ap.probe_resp, NULL); in ieee80211_stop_ap()
1370 RCU_INIT_POINTER(sta->sdata->u.vlan.sta, NULL); in ieee80211_change_station()
Dsta_info.c870 RCU_INIT_POINTER(sdata->u.vlan.sta, NULL); in __sta_info_destroy_part1()
Dutil.c1825 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_reconfig()
/linux-4.1.27/net/ipv6/
Dnetfilter.c208 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init()
217 RCU_INIT_POINTER(nf_ipv6_ops, NULL); in ipv6_netfilter_fini()
Dip6_vti.c294 RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL); in vti6_dev_uninit()
Draw.c143 RCU_INIT_POINTER(mh_filter, NULL); in rawv6_mh_filter_unregister()
Dsit.c473 RCU_INIT_POINTER(sitn->tunnels_wc[0], NULL); in ipip6_tunnel_uninit()
Dip6_tunnel.c403 RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL); in ip6_tnl_dev_uninit()
Dtcp_ipv6.c1140 RCU_INIT_POINTER(newnp->opt, opt); in tcp_v6_syn_recv_sock()
Daddrconf.c3264 RCU_INIT_POINTER(dev->ip6_ptr, NULL); in addrconf_ifdown()
/linux-4.1.27/drivers/misc/cxl/
Dbase.c83 RCU_INIT_POINTER(cxl_calls, NULL); in unregister_cxl_calls()
/linux-4.1.27/net/mpls/
Daf_mpls.c403 RCU_INIT_POINTER(rt->rt_dev, dev); in mpls_route_add()
542 RCU_INIT_POINTER(dev->mpls_ptr, NULL); in mpls_ifdown()
954 RCU_INIT_POINTER(rt0->rt_dev, lo); in resize_platform_label_table()
964 RCU_INIT_POINTER(rt2->rt_dev, lo); in resize_platform_label_table()
989 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()
995 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
1100 RCU_INIT_POINTER(platform_label[index], NULL); in mpls_net_exit()
/linux-4.1.27/net/bridge/
Dbr_vlan.c106 RCU_INIT_POINTER(v->parent.port->vlan_info, NULL); in __vlan_del()
108 RCU_INIT_POINTER(v->parent.br->vlan_info, NULL); in __vlan_del()
120 RCU_INIT_POINTER(v->parent.port->vlan_info, NULL); in __vlan_flush()
122 RCU_INIT_POINTER(v->parent.br->vlan_info, NULL); in __vlan_flush()
Dbr_netfilter.c1120 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()
1127 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
Dbr_multicast.c1824 RCU_INIT_POINTER(querier->port, NULL); in br_multicast_query_expired()
/linux-4.1.27/drivers/scsi/libfc/
Dfc_libfc.c299 RCU_INIT_POINTER(fc_passive_prov[type], NULL); in fc_fc4_deregister_provider()
301 RCU_INIT_POINTER(fc_active_prov[type], NULL); in fc_fc4_deregister_provider()
/linux-4.1.27/net/caif/
Dcfmuxl.c111 RCU_INIT_POINTER(muxl->dn_cache[idx], NULL); in cfmuxl_remove_dnlayer()
167 RCU_INIT_POINTER(muxl->up_cache[idx], NULL); in cfmuxl_remove_uplayer()
/linux-4.1.27/arch/powerpc/platforms/cell/
Dspu_syscalls.c175 RCU_INIT_POINTER(spufs_calls, NULL); in unregister_spu_syscalls()
/linux-4.1.27/drivers/net/team/
Dteam_mode_activebackup.c59 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL); in ab_port_leave()
Dteam_mode_loadbalance.c100 RCU_INIT_POINTER(pm->port, NULL); in lb_tx_hash_to_port_mapping_null_port()
/linux-4.1.27/lib/
Drhashtable.c193 RCU_INIT_POINTER(entry->next, head); in rhashtable_rehash_one()
464 RCU_INIT_POINTER(obj->next, head); in rhashtable_insert_slow()
790 RCU_INIT_POINTER(ht->tbl, tbl); in rhashtable_init()
Didr.c148 RCU_INIT_POINTER(idr->hint, NULL); in free_layer()
529 RCU_INIT_POINTER(p->ary[n], NULL); in sub_remove()
593 RCU_INIT_POINTER(idp->top, NULL); in __idr_remove_all()
/linux-4.1.27/drivers/net/
Dmacvtap.c173 RCU_INIT_POINTER(vlan->taps[vlan->numvtaps - 1], NULL); in macvtap_disable_queue()
202 RCU_INIT_POINTER(q->vlan, NULL); in macvtap_put_queue()
273 RCU_INIT_POINTER(q->vlan, NULL); in macvtap_del_queues()
279 RCU_INIT_POINTER(vlan->taps[i], NULL); in macvtap_del_queues()
483 RCU_INIT_POINTER(q->sock.wq, &q->wq); in macvtap_open()
Dveth.c467 RCU_INIT_POINTER(priv->peer, NULL); in veth_dellink()
472 RCU_INIT_POINTER(priv->peer, NULL); in veth_dellink()
Dtun.c473 RCU_INIT_POINTER(tfile->tun, NULL); in __tun_detach()
520 RCU_INIT_POINTER(tfile->tun, NULL); in tun_detach_all()
525 RCU_INIT_POINTER(tfile->tun, NULL); in tun_detach_all()
2165 RCU_INIT_POINTER(tfile->tun, NULL); in tun_chr_open()
2171 RCU_INIT_POINTER(tfile->socket.wq, &tfile->wq); in tun_chr_open()
/linux-4.1.27/kernel/events/
Dcallchain.c55 RCU_INIT_POINTER(callchain_cpus_entries, NULL); in release_callchain_buffers()
Dcore.c6486 RCU_INIT_POINTER(swhash->swevent_hlist, NULL); in swevent_hlist_release()
/linux-4.1.27/net/phonet/
Dpn_dev.c279 RCU_INIT_POINTER(pnn->routes.table[i], NULL); in phonet_route_autodel()
392 RCU_INIT_POINTER(routes->table[daddr], NULL); in phonet_route_del()
Dsocket.c696 RCU_INIT_POINTER(pnres.sk[res], NULL); in pn_sock_unbind_res()
715 RCU_INIT_POINTER(pnres.sk[res], NULL); in pn_sock_unbind_all_res()
Daf_phonet.c499 RCU_INIT_POINTER(proto_tab[protocol], NULL); in phonet_proto_unregister()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_keys.c129 RCU_INIT_POINTER(dev->dma_mr, NULL); in qib_free_lkey()
132 RCU_INIT_POINTER(rkt->table[r], NULL); in qib_free_lkey()
Dqib_qp.c259 RCU_INIT_POINTER(ibp->qp0, NULL); in remove_qp()
262 RCU_INIT_POINTER(ibp->qp1, NULL); in remove_qp()
273 RCU_INIT_POINTER(*qpp, in remove_qp()
319 RCU_INIT_POINTER(dev->qp_table[n], NULL); in qib_free_all_qps()
1055 RCU_INIT_POINTER(qp->next, NULL); in qib_create_qp()
Dqib_verbs.c2040 RCU_INIT_POINTER(ibp->qp0, NULL); in init_ibport()
2041 RCU_INIT_POINTER(ibp->qp1, NULL); in init_ibport()
2068 RCU_INIT_POINTER(dev->qp_table[i], NULL); in qib_register_ib_device()
2107 RCU_INIT_POINTER(dev->dma_mr, NULL); in qib_register_ib_device()
2109 RCU_INIT_POINTER(dev->lk_table.table[i], NULL); in qib_register_ib_device()
/linux-4.1.27/net/tipc/
Dudp_media.c432 RCU_INIT_POINTER(b->media_ptr, NULL); in tipc_udp_disable()
433 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
Dbearer.c372 RCU_INIT_POINTER(tn->bearer_list[i], NULL); in bearer_disable()
413 RCU_INIT_POINTER(b->media_ptr, NULL); in tipc_disable_l2_media()
414 RCU_INIT_POINTER(dev->tipc_ptr, NULL); in tipc_disable_l2_media()
Dbcast.c924 RCU_INIT_POINTER(tn->bearer_list[BCBEARER], NULL); in tipc_bclink_stop()
/linux-4.1.27/net/core/
Dnetprio_cgroup.c269 RCU_INIT_POINTER(dev->priomap, NULL); in netprio_device_event()
Dnetpoll.c818 RCU_INIT_POINTER(np->dev->npinfo, NULL); in __netpoll_cleanup()
821 RCU_INIT_POINTER(np->dev->npinfo, NULL); in __netpoll_cleanup()
Dfib_rules.c361 RCU_INIT_POINTER(rule->ctarget, r); in fib_nl_newrule()
507 RCU_INIT_POINTER(tmp->ctarget, NULL); in fib_nl_delrule()
Dsysctl_net_core.c125 RCU_INIT_POINTER(sd->flow_limit, NULL); in flow_limit_cpu_sysctl()
Ddev.c1918 RCU_INIT_POINTER(dev_maps->cpu_map[cpu], NULL); in remove_xps_queue()
1951 RCU_INIT_POINTER(dev->xps_maps, NULL); in netif_reset_xps_queues_gt()
2030 RCU_INIT_POINTER(new_dev_maps->cpu_map[cpu], map); in netif_set_xps_queue()
2056 RCU_INIT_POINTER(new_dev_maps->cpu_map[cpu], map); in netif_set_xps_queue()
2098 RCU_INIT_POINTER(dev->xps_maps, NULL); in netif_set_xps_queue()
3624 RCU_INIT_POINTER(dev->rx_handler, NULL); in netdev_rx_handler_unregister()
3630 RCU_INIT_POINTER(dev->rx_handler_data, NULL); in netdev_rx_handler_unregister()
6745 RCU_INIT_POINTER(queue->qdisc, &noop_qdisc); in dev_ingress_queue_create()
Dnet-sysfs.c832 RCU_INIT_POINTER(queue->rps_map, NULL); in rx_queue_release()
838 RCU_INIT_POINTER(queue->rps_flow_table, NULL); in rx_queue_release()
Dsock.c522 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check()
1432 RCU_INIT_POINTER(sk->sk_filter, NULL); in __sk_free()
Dfilter.c1511 RCU_INIT_POINTER(sk->sk_filter, NULL); in sk_detach_filter()
Dneighbour.c1512 RCU_INIT_POINTER(tbl->nht, neigh_hash_alloc(3)); in neigh_table_init()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dmain.c453 RCU_INIT_POINTER(ar->beacon_iter, NULL); in carl9170_op_stop()
750 RCU_INIT_POINTER(ar->vif_priv[vif_id].vif, NULL); in carl9170_op_add_interface()
788 RCU_INIT_POINTER(ar->vif_priv[id].vif, NULL); in carl9170_op_remove_interface()
1336 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_add()
1363 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_remove()
1471 RCU_INIT_POINTER(sta_info->agg[tid], NULL); in carl9170_op_ampdu_action()
Dtx.c1560 RCU_INIT_POINTER(ar->beacon_iter, cvif); in carl9170_pick_beaconing_vif()
/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c1218 RCU_INIT_POINTER(devdata, NULL); in nx842_remove()
1246 RCU_INIT_POINTER(devdata, NULL); in nx842_init()
1253 RCU_INIT_POINTER(devdata, new_devdata); in nx842_init()
1269 RCU_INIT_POINTER(devdata, NULL); in nx842_exit()
/linux-4.1.27/net/can/
Daf_can.c791 RCU_INIT_POINTER(proto_tab[proto], cp); in can_proto_register()
812 RCU_INIT_POINTER(proto_tab[proto], NULL); in can_proto_unregister()
/linux-4.1.27/kernel/trace/
Dtrace_syscalls.c419 RCU_INIT_POINTER(tr->enter_syscall_files[num], NULL); in unreg_event_syscall_enter()
457 RCU_INIT_POINTER(tr->exit_syscall_files[num], NULL); in unreg_event_syscall_exit()
Dtrace_events_filter.c1706 RCU_INIT_POINTER(call->filter, NULL); in event_clear_filter()
1708 RCU_INIT_POINTER(file->filter, NULL); in event_clear_filter()
Dtrace_events_trigger.c1215 RCU_INIT_POINTER(trigger_data->filter, NULL); in event_enable_trigger_func()
/linux-4.1.27/net/openvswitch/
Dvport-gre.c274 RCU_INIT_POINTER(ovs_net->vport_net.gre_vport, NULL); in gre_tnl_destroy()
Dflow_table.c102 RCU_INIT_POINTER(flow->stats[0], stats); in ovs_flow_alloc()
106 RCU_INIT_POINTER(flow->stats[node], NULL); in ovs_flow_alloc()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw.c711 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[i], NULL); in iwl_mvm_up()
805 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[i], NULL); in iwl_mvm_load_d3_fw()
Dsta.c463 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], NULL); in iwl_mvm_sta_drained_wk()
557 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[mvm_sta->sta_id], NULL); in iwl_mvm_rm_sta()
571 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], NULL); in iwl_mvm_rm_sta_id()
595 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta->sta_id], NULL); in iwl_mvm_dealloc_int_sta()
Dmac-ctxt.c1311 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_csa_count_down()
1365 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_rx_beacon_notif()
Dtime-event.c174 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_csa_noa_start()
Dmac80211.c2279 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_stop_ap_ibss()
2284 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_stop_ap_ibss()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1703 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_enslave()
1809 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()
1821 RCU_INIT_POINTER(bond->primary_slave, NULL); in __bond_release_one()
1836 RCU_INIT_POINTER(bond->curr_active_slave, NULL); in __bond_release_one()
2715 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
2741 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3013 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_slave_netdev_event()
3808 RCU_INIT_POINTER(bond->slave_arr, NULL); in bond_update_slave_arr()
4167 RCU_INIT_POINTER(bond->slave_arr, NULL); in bond_uninit()
Dbond_options.c739 RCU_INIT_POINTER(bond->curr_active_slave, NULL); in bond_option_active_slave_set()
1071 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_option_primary_set()
1090 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_option_primary_set()
/linux-4.1.27/net/8021q/
Dvlan_core.c296 RCU_INIT_POINTER(dev->vlan_info, NULL); in vlan_vid_del()
/linux-4.1.27/mm/
Dslab_common.c113 RCU_INIT_POINTER(s->memcg_params.memcg_caches, NULL); in slab_init_memcg_params()
139 RCU_INIT_POINTER(s->memcg_params.memcg_caches, arr); in init_memcg_params()
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_sess.c101 RCU_INIT_POINTER(lport->prov[FC_TYPE_FCP], NULL); in ft_tport_delete()
/linux-4.1.27/net/xfrm/
Dxfrm_input.c55 RCU_INIT_POINTER(xfrm_input_afinfo[afinfo->family], NULL); in xfrm_input_unregister_afinfo()
Dxfrm_state.c1931 RCU_INIT_POINTER(xfrm_state_afinfo[afinfo->family], NULL); in xfrm_state_unregister_afinfo()
Dxfrm_user.c3110 RCU_INIT_POINTER(net->xfrm.nlsk, NULL); in xfrm_user_net_exit()
Dxfrm_policy.c2855 RCU_INIT_POINTER(xfrm_policy_afinfo[afinfo->family], in xfrm_policy_unregister_afinfo()
/linux-4.1.27/fs/proc/
Dinode.c49 RCU_INIT_POINTER(PROC_I(inode)->sysctl, NULL); in proc_evict_inode()
/linux-4.1.27/net/netlabel/
Dnetlabel_domainhash.c519 RCU_INIT_POINTER(netlbl_domhsh_def, NULL); in netlbl_domhsh_remove_entry()
Dnetlabel_unlabeled.c623 RCU_INIT_POINTER(netlbl_unlhsh_def, NULL); in netlbl_unlhsh_condremove_iface()
/linux-4.1.27/kernel/
Dcgroup.c1283 RCU_INIT_POINTER(src_root->cgrp.subsys[ssid], NULL); in rebind_subsystems()
4454 RCU_INIT_POINTER(*(void __rcu __force **)&cgrp->kn->priv, NULL); in css_release_work_fn()
4529 RCU_INIT_POINTER(css->cgroup->subsys[ss->id], NULL); in offline_css()
4972 RCU_INIT_POINTER(init_task.cgroups, &init_css_set); in cgroup_init_early()
5197 RCU_INIT_POINTER(child->cgroups, &init_css_set); in cgroup_fork()
5301 RCU_INIT_POINTER(tsk->cgroups, &init_css_set); in cgroup_exit()
Dfork.c407 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
537 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
Daudit.c1141 RCU_INIT_POINTER(aunet->nlsk, NULL); in audit_net_exit()
Dworkqueue.c4015 RCU_INIT_POINTER(wq->numa_pwq_tbl[node], NULL); in destroy_workqueue()
/linux-4.1.27/fs/
Deventpoll.c1250 RCU_INIT_POINTER(epi->ws, NULL); in ep_destroy_wakeup_source()
1293 RCU_INIT_POINTER(epi->ws, NULL); in ep_insert()
Daio.c871 RCU_INIT_POINTER(mm->ioctx_table, NULL); in exit_aio()
/linux-4.1.27/drivers/ipack/carriers/
Dtpci200.c190 RCU_INIT_POINTER(tpci200->slots[dev->slot].irq, NULL); in tpci200_free_irq()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1283 RCU_INIT_POINTER(dev->l2opt, l2td); in cxgb3_offload_activate()
1327 RCU_INIT_POINTER(tdev->l2opt, NULL); in cxgb3_offload_deactivate()
/linux-4.1.27/drivers/net/ppp/
Dpptp.c168 RCU_INIT_POINTER(callid_sock[sock->proto.pptp.src_addr.call_id], NULL); in del_chan()
/linux-4.1.27/net/sctp/
Dipv6.c661 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_create_accept_sk()
/linux-4.1.27/net/dccp/
Dipv6.c546 RCU_INIT_POINTER(newnp->opt, opt); in dccp_v6_request_recv_sock()
/linux-4.1.27/net/decnet/
Ddn_dev.c1105 RCU_INIT_POINTER(dev->dn_ptr, NULL); in dn_dev_create()
Ddn_route.c382 RCU_INIT_POINTER(rt->dst.dn_next, NULL); in dn_run_flush()
/linux-4.1.27/kernel/locking/
Dlockdep.c3903 RCU_INIT_POINTER(class->key, NULL); in zap_class()
3904 RCU_INIT_POINTER(class->name, NULL); in zap_class()
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.c1808 RCU_INIT_POINTER(port->peer, NULL); in fwserial_release_port()
2244 RCU_INIT_POINTER(port->peer, NULL); in fwserial_create()
/linux-4.1.27/net/
Dsocket.c260 RCU_INIT_POINTER(ei->socket.wq, wq); in sock_alloc_inode()
2480 RCU_INIT_POINTER(net_families[family], NULL); in sock_unregister()
/linux-4.1.27/drivers/iommu/
Ddmar.c276 RCU_INIT_POINTER(devices[index].dev, NULL); in dmar_remove_dev_scope()
/linux-4.1.27/net/wireless/
Dscan.c331 RCU_INIT_POINTER(rdev->sched_scan_req, NULL); in __cfg80211_stop_sched_scan()
Dreg.c3073 RCU_INIT_POINTER(wiphy->regd, NULL); in wiphy_regulatory_deregister()
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c1280 RCU_INIT_POINTER(gss_cred->gc_ctx, NULL); in gss_destroy_nullcred()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_state.c1600 RCU_INIT_POINTER(connection->net_conf, NULL); in w_after_conn_state_ch()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.c536 RCU_INIT_POINTER(cnic_ulp_tbl[ulp_type], NULL); in cnic_unregister_driver()
616 RCU_INIT_POINTER(cp->ulp_ops[ulp_type], NULL); in cnic_unregister_device()
5412 RCU_INIT_POINTER(cp->ulp_ops[CNIC_ULP_L4], NULL); in cnic_stop_hw()
Dbnx2.c413 RCU_INIT_POINTER(bp->cnic_ops, NULL); in bnx2_unregister_cnic()
/linux-4.1.27/net/unix/
Daf_unix.c1302 RCU_INIT_POINTER(newsk->sk_wq, &newu->peer_wq); in unix_stream_connect()
/linux-4.1.27/drivers/md/
Ddm.c2589 RCU_INIT_POINTER(md->map, NULL); in __unbind()
/linux-4.1.27/net/netlink/
Daf_netlink.c1312 RCU_INIT_POINTER(nl_table[sk->sk_protocol].listeners, NULL); in netlink_release()
/linux-4.1.27/net/packet/
Daf_packet.c304 RCU_INIT_POINTER(po->cached_dev, NULL); in packet_cached_dev_reset()
/linux-4.1.27/kernel/sched/
Dfair.c2027 RCU_INIT_POINTER(p->numa_group, NULL); in task_numa_free()
/linux-4.1.27/arch/x86/kvm/
Dvmx.c10302 RCU_INIT_POINTER(crash_vmclear_loaded_vmcss, NULL); in vmx_exit()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c14463 RCU_INIT_POINTER(bp->cnic_ops, NULL); in bnx2x_unregister_cnic()