Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dinetpeer.c263 RCU_INIT_POINTER(node->avl_left, lr); /* lr: RH or RH+1 */ in peer_avl_rebalance()
264 RCU_INIT_POINTER(node->avl_right, r); /* r: RH */ in peer_avl_rebalance()
266 RCU_INIT_POINTER(l->avl_left, ll); /* ll: RH+1 */ in peer_avl_rebalance()
267 RCU_INIT_POINTER(l->avl_right, node); /* node: RH+1 or RH+2 */ in peer_avl_rebalance()
269 RCU_INIT_POINTER(*nodep, l); in peer_avl_rebalance()
273 RCU_INIT_POINTER(node->avl_left, lrr); /* lrr: RH or RH-1 */ in peer_avl_rebalance()
274 RCU_INIT_POINTER(node->avl_right, r); /* r: RH */ in peer_avl_rebalance()
276 RCU_INIT_POINTER(l->avl_left, ll); /* ll: RH */ in peer_avl_rebalance()
277 RCU_INIT_POINTER(l->avl_right, lrl); /* lrl: RH or RH-1 */ in peer_avl_rebalance()
279 RCU_INIT_POINTER(lr->avl_left, l); /* l: RH+1 */ in peer_avl_rebalance()
[all …]
Dfib_frontend.c1251 RCU_INIT_POINTER(net->ipv4.fib_local, NULL); in ip_fib_net_exit()
1252 RCU_INIT_POINTER(net->ipv4.fib_main, NULL); in ip_fib_net_exit()
1253 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()
1409 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_event()
Digmp.c1288 RCU_INIT_POINTER(mc_hash[hash], im); in ip_mc_hash_add()
2107 RCU_INIT_POINTER(iml->sflist, NULL); in ip_mc_leave_src()
Droute.c575 RCU_INIT_POINTER(fnhe->fnhe_rth_input, NULL); in fnhe_flush_routes()
580 RCU_INIT_POINTER(fnhe->fnhe_rth_output, NULL); in fnhe_flush_routes()
Dfib_trie.c184 #define NODE_INIT_PARENT(n, p) RCU_INIT_POINTER(tn_info(n)->parent, p)
Dipmr.c1256 RCU_INIT_POINTER(mrt->mroute_sk, NULL); in mrtsock_destruct()
/linux-4.4.14/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.4.14/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.4.14/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.c611 RCU_INIT_POINTER(l4protos[i], &nf_nat_l4proto_unknown); in nf_nat_l4proto_register()
628 RCU_INIT_POINTER(nf_nat_l4protos[l3proto][l4proto->l4proto], l4proto); in nf_nat_l4proto_register()
639 RCU_INIT_POINTER(nf_nat_l4protos[l3proto][l4proto->l4proto], in nf_nat_l4proto_unregister()
657 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_TCP], in nf_nat_l3proto_register()
659 RCU_INIT_POINTER(nf_nat_l4protos[l3proto->l3proto][IPPROTO_UDP], in nf_nat_l3proto_register()
663 RCU_INIT_POINTER(nf_nat_l3protos[l3proto->l3proto], l3proto); in nf_nat_l3proto_register()
671 RCU_INIT_POINTER(nf_nat_l3protos[l3proto->l3proto], NULL); in nf_nat_l3proto_unregister()
871 RCU_INIT_POINTER(nfnetlink_parse_nat_setup_hook, in nf_nat_init()
875 RCU_INIT_POINTER(nf_nat_decode_session_hook, __nf_nat_decode_session); in nf_nat_init()
891 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.c301 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in untimeout()
583 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, ctnl_timeout_find_get); in cttimeout_init()
584 RCU_INIT_POINTER(nf_ct_timeout_put_hook, ctnl_timeout_put); in cttimeout_init()
612 RCU_INIT_POINTER(nf_ct_timeout_find_get_hook, NULL); in cttimeout_exit()
613 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()
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()
Dcore.c43 RCU_INIT_POINTER(nf_afinfo[afinfo->family], afinfo); in nf_register_afinfo()
52 RCU_INIT_POINTER(nf_afinfo[afinfo->family], NULL); in nf_unregister_afinfo()
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.c1466 RCU_INIT_POINTER(ip_ct_attach, NULL); in nf_conntrack_cleanup_start()
1471 RCU_INIT_POINTER(nf_ct_destroy, NULL); in nf_conntrack_cleanup_end()
1747 RCU_INIT_POINTER(ip_ct_attach, nf_conntrack_attach); in nf_conntrack_init_end()
1748 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()
Dxt_CT.c326 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in xt_ct_destroy_timeout()
Dnfnetlink.c525 RCU_INIT_POINTER(net->nfnl, NULL); in nfnetlink_net_exit_batch()
Dnf_conntrack_netlink.c1489 RCU_INIT_POINTER(help->helper, NULL); in ctnetlink_change_helper()
1784 RCU_INIT_POINTER(help->helper, helper); in ctnetlink_create_conntrack()
3392 RCU_INIT_POINTER(nfnl_ct_hook, &ctnetlink_glue_hook); in ctnetlink_init()
3412 RCU_INIT_POINTER(nfnl_ct_hook, NULL); in ctnetlink_exit()
/linux-4.4.14/net/bridge/netfilter/
Debtable_broute.c90 RCU_INIT_POINTER(br_should_route_hook, in ebtable_broute_init()
97 RCU_INIT_POINTER(br_should_route_hook, NULL); in ebtable_broute_fini()
/linux-4.4.14/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.c641 RCU_INIT_POINTER(dest->dest_dst, NULL); in __ip_vs_dst_cache_reset()
1248 RCU_INIT_POINTER(svc->pe, pe); in ip_vs_add_service()
1336 RCU_INIT_POINTER(svc->scheduler, NULL); in ip_vs_edit_service()
/linux-4.4.14/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.4.14/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()
319 RCU_INIT_POINTER(tp->root, NULL); in rsvp_destroy()
325 RCU_INIT_POINTER(data->ht[h1], s->next); in rsvp_destroy()
356 RCU_INIT_POINTER(*fp, f->next); in rsvp_delete()
370 RCU_INIT_POINTER(*sp, s->next); in rsvp_delete()
597 RCU_INIT_POINTER(f->next, nfp); in rsvp_change()
624 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.c135 RCU_INIT_POINTER(tp->root, NULL); in cls_cgroup_destroy()
Dact_mirred.c239 RCU_INIT_POINTER(m->tcfm_dev, NULL); in mirred_device_event()
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.c202 RCU_INIT_POINTER(tp->root, NULL); in cls_bpf_destroy()
Dcls_tcindex.c506 RCU_INIT_POINTER(tp->root, NULL); in tcindex_destroy()
Dcls_flow.c586 RCU_INIT_POINTER(tp->root, NULL); in flow_destroy()
Dcls_flower.c180 RCU_INIT_POINTER(tp->root, NULL); in fl_destroy()
Dsch_api.c1879 RCU_INIT_POINTER(*fl, tp->next); in tcf_destroy_chain()
/linux-4.4.14/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.h1045 #define RCU_INIT_POINTER(p, v) \ macro
Drhashtable.h642 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast()
/linux-4.4.14/net/mac80211/
Dscan.c355 RCU_INIT_POINTER(local->scan_req, NULL); in __ieee80211_scan_completed()
359 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_scan_completed()
645 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_start_scan()
873 RCU_INIT_POINTER(local->scan_req, NULL); in ieee80211_scan_work()
874 RCU_INIT_POINTER(local->scan_sdata, NULL); in ieee80211_scan_work()
1128 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()
1129 RCU_INIT_POINTER(local->sched_scan_req, NULL); in __ieee80211_request_sched_scan_start()
1167 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_request_sched_scan_stop()
1174 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()
1201 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end()
[all …]
Dmesh.c900 RCU_INIT_POINTER(ifmsh->beacon, NULL); in ieee80211_stop_mesh()
1140 RCU_INIT_POINTER(ifmsh->csa, NULL); in ieee80211_mesh_finish_csa()
1174 RCU_INIT_POINTER(ifmsh->csa, NULL); in ieee80211_mesh_csa_beacon()
1402 RCU_INIT_POINTER(ifmsh->beacon, NULL); in ieee80211_mesh_init_sdata()
Diface.c443 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_add_virtual_monitor()
472 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_del_virtual_monitor()
922 RCU_INIT_POINTER(sdata->vif.chanctx_conf, NULL); in ieee80211_do_stop()
943 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.c260 RCU_INIT_POINTER(ifibss->presp, NULL); in __ieee80211_sta_join_ibss()
371 RCU_INIT_POINTER(ifibss->presp, NULL); in __ieee80211_sta_join_ibss()
733 RCU_INIT_POINTER(sdata->u.ibss.presp, NULL); in ieee80211_ibss_disconnect()
Dcfg.c69 RCU_INIT_POINTER(sdata->u.vlan.sta, NULL); in ieee80211_change_iface()
763 RCU_INIT_POINTER(sdata->u.ap.beacon, NULL); in ieee80211_start_ap()
841 RCU_INIT_POINTER(sdata->u.ap.beacon, NULL); in ieee80211_stop_ap()
842 RCU_INIT_POINTER(sdata->u.ap.probe_resp, NULL); in ieee80211_stop_ap()
1350 RCU_INIT_POINTER(sta->sdata->u.vlan.sta, NULL); in ieee80211_change_station()
Dsta_info.c884 RCU_INIT_POINTER(sdata->u.vlan.sta, NULL); in __sta_info_destroy_part1()
Dutil.c1843 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_reconfig()
Dtx.c2685 RCU_INIT_POINTER(sta->fast_tx, NULL); in ieee80211_clear_fast_xmit()
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dcompiler.h7 #define RCU_INIT_POINTER(p, v) p=(v) macro
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_peer_bus.c101 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_peer_add_device()
162 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_peer_unregister_device()
Dscif_main.c137 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_setup_scifdev()
/linux-4.4.14/net/ipv6/
Dnetfilter.c209 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init()
218 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()
Dip6_tunnel.c462 RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL); in ip6_tnl_dev_uninit()
Dsit.c473 RCU_INIT_POINTER(sitn->tunnels_wc[0], NULL); in ipip6_tunnel_uninit()
Dtcp_ipv6.c1110 RCU_INIT_POINTER(newnp->opt, opt); in tcp_v6_syn_recv_sock()
Daddrconf.c3347 RCU_INIT_POINTER(dev->ip6_ptr, NULL); in addrconf_ifdown()
/linux-4.4.14/drivers/misc/cxl/
Dbase.c83 RCU_INIT_POINTER(cxl_calls, NULL); in unregister_cxl_calls()
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rdma/hfi1/
Dkeys.c149 RCU_INIT_POINTER(dev->dma_mr, NULL); in hfi1_free_lkey()
152 RCU_INIT_POINTER(rkt->table[r], NULL); in hfi1_free_lkey()
Dqp.c268 RCU_INIT_POINTER(ibp->qp[0], NULL); in remove_qp()
271 RCU_INIT_POINTER(ibp->qp[1], NULL); in remove_qp()
283 RCU_INIT_POINTER(*qpp, in remove_qp()
333 RCU_INIT_POINTER(dev->qp_dev->qp_table[n], NULL); in free_all_qps()
1083 RCU_INIT_POINTER(qp->next, NULL); in hfi1_create_qp()
1482 RCU_INIT_POINTER(dev->qp_dev->qp_table[i], NULL); in hfi1_qp_init()
Dverbs.c1898 RCU_INIT_POINTER(ibp->qp[0], NULL); in init_ibport()
1899 RCU_INIT_POINTER(ibp->qp[1], NULL); in init_ibport()
1964 RCU_INIT_POINTER(dev->dma_mr, NULL); in hfi1_register_ib_device()
1966 RCU_INIT_POINTER(dev->lk_table.table[i], NULL); in hfi1_register_ib_device()
Dinit.c517 RCU_INIT_POINTER(ppd->cc_state, kzalloc(size, GFP_KERNEL)); in hfi1_init_pportdata()
Dsdma.c991 RCU_INIT_POINTER(dd->sdma_map, NULL); in sdma_clean()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dspu_syscalls.c175 RCU_INIT_POINTER(spufs_calls, NULL); in unregister_spu_syscalls()
/linux-4.4.14/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.4.14/net/mpls/
Daf_mpls.c552 RCU_INIT_POINTER(nh->nh_dev, dev); in mpls_nh_assign_dev()
919 RCU_INIT_POINTER(dev->mpls_ptr, NULL); in mpls_ifdown()
1415 RCU_INIT_POINTER(rt0->rt_nh->nh_dev, lo); in resize_platform_label_table()
1428 RCU_INIT_POINTER(rt2->rt_nh->nh_dev, lo); in resize_platform_label_table()
1456 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()
1462 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
1569 RCU_INIT_POINTER(platform_label[index], NULL); in mpls_net_exit()
/linux-4.4.14/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.c2059 RCU_INIT_POINTER(ibp->qp0, NULL); in init_ibport()
2060 RCU_INIT_POINTER(ibp->qp1, NULL); in init_ibport()
2105 RCU_INIT_POINTER(dev->qp_table[i], NULL); in qib_register_ib_device()
2144 RCU_INIT_POINTER(dev->dma_mr, NULL); in qib_register_ib_device()
2146 RCU_INIT_POINTER(dev->lk_table.table[i], NULL); in qib_register_ib_device()
/linux-4.4.14/drivers/crypto/nx/
Dnx-842-pseries.c1074 RCU_INIT_POINTER(devdata, NULL); in nx842_remove()
1106 RCU_INIT_POINTER(devdata, NULL); in nx842_pseries_init()
1112 RCU_INIT_POINTER(devdata, new_devdata); in nx842_pseries_init()
1137 RCU_INIT_POINTER(devdata, NULL); in nx842_pseries_exit()
/linux-4.4.14/lib/
Drhashtable.c190 RCU_INIT_POINTER(entry->next, head); in rhashtable_rehash_one()
471 RCU_INIT_POINTER(obj->next, head); in rhashtable_insert_slow()
798 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.4.14/kernel/events/
Dcallchain.c55 RCU_INIT_POINTER(callchain_cpus_entries, NULL); in release_callchain_buffers()
Dcore.c6778 RCU_INIT_POINTER(swhash->swevent_hlist, NULL); in swevent_hlist_release()
/linux-4.4.14/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.4.14/drivers/net/
Dveth.c469 RCU_INIT_POINTER(priv->peer, NULL); in veth_dellink()
474 RCU_INIT_POINTER(priv->peer, NULL); in veth_dellink()
Dmacvtap.c228 RCU_INIT_POINTER(vlan->taps[vlan->numvtaps - 1], NULL); in macvtap_disable_queue()
257 RCU_INIT_POINTER(q->vlan, NULL); in macvtap_put_queue()
326 RCU_INIT_POINTER(q->vlan, NULL); in macvtap_del_queues()
532 RCU_INIT_POINTER(q->sock.wq, &q->wq); in macvtap_open()
Dtun.c527 RCU_INIT_POINTER(tfile->tun, NULL); in __tun_detach()
572 RCU_INIT_POINTER(tfile->tun, NULL); in tun_detach_all()
578 RCU_INIT_POINTER(tfile->tun, NULL); in tun_detach_all()
2220 RCU_INIT_POINTER(tfile->tun, NULL); in tun_chr_open()
2225 RCU_INIT_POINTER(tfile->socket.wq, &tfile->wq); in tun_chr_open()
/linux-4.4.14/net/bridge/
Dbr_vlan.c585 RCU_INIT_POINTER(br->vlgrp, NULL); in br_vlan_flush()
917 RCU_INIT_POINTER(p->vlgrp, NULL); in nbp_vlan_init()
981 RCU_INIT_POINTER(port->vlgrp, NULL); in nbp_vlan_flush()
Dbr_netfilter_hooks.c1019 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()
1026 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
Dbr_multicast.c1694 RCU_INIT_POINTER(querier->port, NULL); in br_multicast_query_expired()
/linux-4.4.14/net/core/
Dnetprio_cgroup.c270 RCU_INIT_POINTER(dev->priomap, NULL); in netprio_device_event()
Dnetpoll.c825 RCU_INIT_POINTER(np->dev->npinfo, NULL); in __netpoll_cleanup()
828 RCU_INIT_POINTER(np->dev->npinfo, NULL); in __netpoll_cleanup()
Dsysctl_net_core.c125 RCU_INIT_POINTER(sd->flow_limit, NULL); in flow_limit_cpu_sysctl()
Dfib_rules.c364 RCU_INIT_POINTER(rule->ctarget, r); in fib_nl_newrule()
520 RCU_INIT_POINTER(tmp->ctarget, NULL); in fib_nl_delrule()
Ddev.c1950 RCU_INIT_POINTER(dev_maps->cpu_map[cpu], NULL); in remove_xps_queue()
1983 RCU_INIT_POINTER(dev->xps_maps, NULL); in netif_reset_xps_queues_gt()
2062 RCU_INIT_POINTER(new_dev_maps->cpu_map[cpu], map); in netif_set_xps_queue()
2088 RCU_INIT_POINTER(new_dev_maps->cpu_map[cpu], map); in netif_set_xps_queue()
2130 RCU_INIT_POINTER(dev->xps_maps, NULL); in netif_set_xps_queue()
3767 RCU_INIT_POINTER(dev->rx_handler, NULL); in netdev_rx_handler_unregister()
3773 RCU_INIT_POINTER(dev->rx_handler_data, NULL); in netdev_rx_handler_unregister()
7024 RCU_INIT_POINTER(queue->qdisc, &noop_qdisc); in dev_ingress_queue_create()
Dnet-sysfs.c852 RCU_INIT_POINTER(queue->rps_map, NULL); in rx_queue_release()
858 RCU_INIT_POINTER(queue->rps_flow_table, NULL); in rx_queue_release()
Dsock.c535 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check()
1453 RCU_INIT_POINTER(sk->sk_filter, NULL); in sk_destruct()
Dfilter.c1931 RCU_INIT_POINTER(sk->sk_filter, NULL); in __sk_detach_filter()
Dneighbour.c1519 RCU_INIT_POINTER(tbl->nht, neigh_hash_alloc(3)); in neigh_table_init()
/linux-4.4.14/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()
1335 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_add()
1362 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_remove()
1470 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.4.14/net/tipc/
Dbearer.c361 RCU_INIT_POINTER(b_ptr->media_ptr, NULL); in bearer_disable()
367 RCU_INIT_POINTER(tn->bearer_list[i], NULL); in bearer_disable()
406 RCU_INIT_POINTER(dev->tipc_ptr, NULL); in tipc_disable_l2_media()
Dudp_media.c439 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
/linux-4.4.14/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.4.14/kernel/trace/
Dtrace_syscalls.c420 RCU_INIT_POINTER(tr->enter_syscall_files[num], NULL); in unreg_event_syscall_enter()
458 RCU_INIT_POINTER(tr->exit_syscall_files[num], NULL); in unreg_event_syscall_exit()
Dtrace_events_filter.c1757 RCU_INIT_POINTER(call->filter, NULL); in event_clear_filter()
1759 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.4.14/net/openvswitch/
Dflow_table.c103 RCU_INIT_POINTER(flow->stats[0], stats); in ovs_flow_alloc()
107 RCU_INIT_POINTER(flow->stats[node], NULL); in ovs_flow_alloc()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1716 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_enslave()
1830 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in __bond_release_one()
1842 RCU_INIT_POINTER(bond->primary_slave, NULL); in __bond_release_one()
1857 RCU_INIT_POINTER(bond->curr_active_slave, NULL); in __bond_release_one()
2736 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
2762 RCU_INIT_POINTER(bond->current_arp_slave, NULL); in bond_ab_arp_commit()
3024 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_slave_netdev_event()
3825 RCU_INIT_POINTER(bond->slave_arr, NULL); in bond_update_slave_arr()
4187 RCU_INIT_POINTER(bond->slave_arr, NULL); in bond_uninit()
Dbond_options.c774 RCU_INIT_POINTER(bond->curr_active_slave, NULL); in bond_option_active_slave_set()
1106 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_option_primary_set()
1125 RCU_INIT_POINTER(bond->primary_slave, NULL); in bond_option_primary_set()
/linux-4.4.14/net/8021q/
Dvlan_core.c304 RCU_INIT_POINTER(dev->vlan_info, NULL); in vlan_vid_del()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dsta.c470 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], NULL); in iwl_mvm_sta_drained_wk()
565 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[mvm_sta->sta_id], NULL); in iwl_mvm_rm_sta()
579 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], NULL); in iwl_mvm_rm_sta_id()
603 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta->sta_id], NULL); in iwl_mvm_dealloc_int_sta()
Dfw.c1031 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[i], NULL); in iwl_mvm_up()
1129 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[i], NULL); in iwl_mvm_load_d3_fw()
Dmac-ctxt.c1330 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_csa_count_down()
1383 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.c2439 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_stop_ap_ibss()
2444 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_stop_ap_ibss()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_sess.c95 RCU_INIT_POINTER(lport->prov[FC_TYPE_FCP], NULL); in ft_tport_delete()
/linux-4.4.14/mm/
Dslab_common.c135 RCU_INIT_POINTER(s->memcg_params.memcg_caches, NULL); in slab_init_memcg_params()
161 RCU_INIT_POINTER(s->memcg_params.memcg_caches, arr); in init_memcg_params()
/linux-4.4.14/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_policy.c2875 RCU_INIT_POINTER(xfrm_policy_afinfo[afinfo->family], in xfrm_policy_unregister_afinfo()
Dxfrm_user.c3135 RCU_INIT_POINTER(net->xfrm.nlsk, NULL); in xfrm_user_net_exit()
/linux-4.4.14/fs/proc/
Dinode.c48 RCU_INIT_POINTER(PROC_I(inode)->sysctl, NULL); in proc_evict_inode()
/linux-4.4.14/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.4.14/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.c880 RCU_INIT_POINTER(mm->ioctx_table, NULL); in exit_aio()
/linux-4.4.14/drivers/ipack/carriers/
Dtpci200.c190 RCU_INIT_POINTER(tpci200->slots[dev->slot].irq, NULL); in tpci200_free_irq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1280 RCU_INIT_POINTER(dev->l2opt, l2td); in cxgb3_offload_activate()
1324 RCU_INIT_POINTER(tdev->l2opt, NULL); in cxgb3_offload_deactivate()
/linux-4.4.14/drivers/net/ppp/
Dpptp.c166 RCU_INIT_POINTER(callid_sock[sock->proto.pptp.src_addr.call_id], NULL); in del_chan()
/linux-4.4.14/kernel/
Dcgroup.c1546 RCU_INIT_POINTER(scgrp->subsys[ssid], NULL); in rebind_subsystems()
4769 RCU_INIT_POINTER(*(void __rcu __force **)&cgrp->kn->priv, NULL); in css_release_work_fn()
4844 RCU_INIT_POINTER(css->cgroup->subsys[ss->id], NULL); in offline_css()
5288 RCU_INIT_POINTER(init_task.cgroups, &init_css_set); in cgroup_init_early()
5548 RCU_INIT_POINTER(child->cgroups, &init_css_set); in cgroup_fork()
Dfork.c414 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
546 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
Daudit.c1155 RCU_INIT_POINTER(aunet->nlsk, NULL); in audit_net_exit()
Dworkqueue.c3995 RCU_INIT_POINTER(wq->numa_pwq_tbl[node], NULL); in destroy_workqueue()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_gen.h639 RCU_INIT_POINTER(hbucket(t, key), m); in mtype_resize()
660 RCU_INIT_POINTER(hbucket(t, key), ht); in mtype_resize()
/linux-4.4.14/net/dccp/
Dipv6.c500 RCU_INIT_POINTER(newnp->opt, opt); in dccp_v6_request_recv_sock()
/linux-4.4.14/net/sctp/
Dipv6.c670 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_create_accept_sk()
/linux-4.4.14/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.4.14/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.4.14/kernel/locking/
Dlockdep.c3900 RCU_INIT_POINTER(class->key, NULL); in zap_class()
3901 RCU_INIT_POINTER(class->name, NULL); in zap_class()
/linux-4.4.14/net/
Dsocket.c261 RCU_INIT_POINTER(ei->socket.wq, wq); in sock_alloc_inode()
2471 RCU_INIT_POINTER(net_families[family], NULL); in sock_unregister()
/linux-4.4.14/drivers/iommu/
Ddmar.c276 RCU_INIT_POINTER(devices[index].dev, NULL); in dmar_remove_dev_scope()
/linux-4.4.14/net/wireless/
Dscan.c330 RCU_INIT_POINTER(rdev->sched_scan_req, NULL); in __cfg80211_stop_sched_scan()
Dreg.c3157 RCU_INIT_POINTER(wiphy->regd, NULL); in wiphy_regulatory_deregister()
/linux-4.4.14/net/packet/
Daf_packet.c307 RCU_INIT_POINTER(po->cached_dev, NULL); in packet_cached_dev_reset()
1536 RCU_INIT_POINTER(f->bpf_prog, NULL); in fanout_init_data()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1397 RCU_INIT_POINTER(ntbl->htbl, htbl); in ipoib_neigh_hash_init()
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c1280 RCU_INIT_POINTER(gss_cred->gc_ctx, NULL); in gss_destroy_nullcred()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_state.c1600 RCU_INIT_POINTER(connection->net_conf, NULL); in w_after_conn_state_ch()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c544 RCU_INIT_POINTER(cnic_ulp_tbl[ulp_type], NULL); in cnic_unregister_driver()
624 RCU_INIT_POINTER(cp->ulp_ops[ulp_type], NULL); in cnic_unregister_device()
5424 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.4.14/net/unix/
Daf_unix.c1334 RCU_INIT_POINTER(newsk->sk_wq, &newu->peer_wq); in unix_stream_connect()
/linux-4.4.14/drivers/md/
Ddm.c2531 RCU_INIT_POINTER(md->map, NULL); in __unbind()
/linux-4.4.14/net/netlink/
Daf_netlink.c1327 RCU_INIT_POINTER(nl_table[sk->sk_protocol].listeners, NULL); in netlink_release()
/linux-4.4.14/kernel/sched/
Dfair.c2054 RCU_INIT_POINTER(p->numa_group, NULL); in task_numa_free()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c10915 RCU_INIT_POINTER(crash_vmclear_loaded_vmcss, NULL); in vmx_exit()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c14970 RCU_INIT_POINTER(bp->cnic_ops, NULL); in bnx2x_unregister_cnic()