/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 263 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 …]
|
D | fib_frontend.c | 1251 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()
|
D | ip_sockglue.c | 341 RCU_INIT_POINTER(*rap, ra->next); in ip_ra_control() 363 RCU_INIT_POINTER(new_ra->next, ra); in ip_ra_control()
|
D | devinet.c | 302 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_destroy() 1409 RCU_INIT_POINTER(dev->ip_ptr, NULL); in inetdev_event()
|
D | igmp.c | 1288 RCU_INIT_POINTER(mc_hash[hash], im); in ip_mc_hash_add() 2107 RCU_INIT_POINTER(iml->sflist, NULL); in ip_mc_leave_src()
|
D | route.c | 575 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()
|
D | fib_trie.c | 184 #define NODE_INIT_PARENT(n, p) RCU_INIT_POINTER(tn_info(n)->parent, p)
|
D | ipmr.c | 1256 RCU_INIT_POINTER(mrt->mroute_sk, NULL); in mrtsock_destruct()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 593 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 …]
|
D | nf_nat_pptp.c | 288 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()
|
D | nf_nat_snmp_basic.c | 1294 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/ |
D | reservation.c | 103 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/ |
D | nf_nat_tftp.c | 40 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()
|
D | nf_nat_core.c | 611 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 …]
|
D | nf_nat_amanda.c | 78 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()
|
D | nf_nat_irc.c | 98 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()
|
D | nf_nat_ftp.c | 125 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()
|
D | nfnetlink_cttimeout.c | 301 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()
|
D | nf_conntrack_ecache.c | 201 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()
|
D | nf_conntrack_helper.c | 225 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()
|
D | nf_log.c | 67 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()
|
D | core.c | 43 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()
|
D | nf_queue.c | 44 RCU_INIT_POINTER(queue_handler, NULL); in nf_unregister_queue_handler()
|
D | nf_conntrack_extend.c | 186 RCU_INIT_POINTER(nf_ct_ext_types[type->id], NULL); in nf_ct_extend_unregister()
|
D | nf_nat_sip.c | 628 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()
|
D | nf_conntrack_core.c | 1466 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()
|
D | nf_conntrack_proto.c | 387 RCU_INIT_POINTER(proto_array[i], &nf_conntrack_l4proto_generic); in nf_ct_l4proto_register()
|
D | xt_CT.c | 326 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in xt_ct_destroy_timeout()
|
D | nfnetlink.c | 525 RCU_INIT_POINTER(net->nfnl, NULL); in nfnetlink_net_exit_batch()
|
D | nf_conntrack_netlink.c | 1489 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/ |
D | ebtable_broute.c | 90 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/ |
D | ip_vs_dh.c | 118 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()
|
D | ip_vs_sh.c | 185 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()
|
D | ip_vs_ctl.c | 641 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/ |
D | stp.c | 92 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister() 94 RCU_INIT_POINTER(garp_protos[proto->group_address[5] - in stp_proto_unregister()
|
D | garp.c | 555 RCU_INIT_POINTER(dev->garp_port, NULL); in garp_release_port() 607 RCU_INIT_POINTER(port->applicants[appl->type], NULL); in garp_uninit_applicant()
|
D | mrp.c | 837 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/ |
D | cls_u32.c | 347 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 …]
|
D | cls_fw.c | 147 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()
|
D | cls_rsvp.h | 239 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()
|
D | cls_route.c | 307 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()
|
D | cls_api.c | 291 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()
|
D | cls_cgroup.c | 135 RCU_INIT_POINTER(tp->root, NULL); in cls_cgroup_destroy()
|
D | act_mirred.c | 239 RCU_INIT_POINTER(m->tcfm_dev, NULL); in mirred_device_event()
|
D | sch_atm.c | 276 RCU_INIT_POINTER(flow->filter_list, NULL); in atm_tc_change() 549 RCU_INIT_POINTER(p->link.filter_list, NULL); in atm_tc_init()
|
D | cls_basic.c | 112 RCU_INIT_POINTER(tp->root, NULL); in basic_destroy()
|
D | cls_bpf.c | 202 RCU_INIT_POINTER(tp->root, NULL); in cls_bpf_destroy()
|
D | cls_tcindex.c | 506 RCU_INIT_POINTER(tp->root, NULL); in tcindex_destroy()
|
D | cls_flow.c | 586 RCU_INIT_POINTER(tp->root, NULL); in flow_destroy()
|
D | cls_flower.c | 180 RCU_INIT_POINTER(tp->root, NULL); in fl_destroy()
|
D | sch_api.c | 1879 RCU_INIT_POINTER(*fl, tp->next); in tcf_destroy_chain()
|
/linux-4.4.14/include/linux/ |
D | reservation.h | 77 RCU_INIT_POINTER(obj->fence, NULL); in reservation_object_init() 78 RCU_INIT_POINTER(obj->fence_excl, NULL); in reservation_object_init()
|
D | rcupdate.h | 1045 #define RCU_INIT_POINTER(p, v) \ macro
|
D | rhashtable.h | 642 RCU_INIT_POINTER(obj->next, head); in __rhashtable_insert_fast()
|
/linux-4.4.14/net/mac80211/ |
D | scan.c | 355 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 …]
|
D | mesh.c | 900 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()
|
D | iface.c | 443 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()
|
D | mesh_pathtbl.c | 1104 RCU_INIT_POINTER(mesh_paths, tbl_path); in mesh_pathtbl_init() 1105 RCU_INIT_POINTER(mpp_paths, tbl_mpp); in mesh_pathtbl_init()
|
D | agg-rx.c | 73 RCU_INIT_POINTER(sta->ampdu_mlme.tid_rx[tid], NULL); in ___ieee80211_stop_rx_ba_session()
|
D | ibss.c | 260 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()
|
D | cfg.c | 69 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()
|
D | sta_info.c | 884 RCU_INIT_POINTER(sdata->u.vlan.sta, NULL); in __sta_info_destroy_part1()
|
D | util.c | 1843 RCU_INIT_POINTER(local->monitor_sdata, NULL); in ieee80211_reconfig()
|
D | tx.c | 2685 RCU_INIT_POINTER(sta->fast_tx, NULL); in ieee80211_clear_fast_xmit()
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
D | compiler.h | 7 #define RCU_INIT_POINTER(p, v) p=(v) macro
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_peer_bus.c | 101 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_peer_add_device() 162 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_peer_unregister_device()
|
D | scif_main.c | 137 RCU_INIT_POINTER(scifdev->spdev, NULL); in scif_setup_scifdev()
|
/linux-4.4.14/net/ipv6/ |
D | netfilter.c | 209 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init() 218 RCU_INIT_POINTER(nf_ipv6_ops, NULL); in ipv6_netfilter_fini()
|
D | ip6_vti.c | 294 RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL); in vti6_dev_uninit()
|
D | raw.c | 143 RCU_INIT_POINTER(mh_filter, NULL); in rawv6_mh_filter_unregister()
|
D | ip6_tunnel.c | 462 RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL); in ip6_tnl_dev_uninit()
|
D | sit.c | 473 RCU_INIT_POINTER(sitn->tunnels_wc[0], NULL); in ipip6_tunnel_uninit()
|
D | tcp_ipv6.c | 1110 RCU_INIT_POINTER(newnp->opt, opt); in tcp_v6_syn_recv_sock()
|
D | addrconf.c | 3347 RCU_INIT_POINTER(dev->ip6_ptr, NULL); in addrconf_ifdown()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | base.c | 83 RCU_INIT_POINTER(cxl_calls, NULL); in unregister_cxl_calls()
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_libfc.c | 299 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/ |
D | cfmuxl.c | 111 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/ |
D | keys.c | 149 RCU_INIT_POINTER(dev->dma_mr, NULL); in hfi1_free_lkey() 152 RCU_INIT_POINTER(rkt->table[r], NULL); in hfi1_free_lkey()
|
D | qp.c | 268 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()
|
D | verbs.c | 1898 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()
|
D | init.c | 517 RCU_INIT_POINTER(ppd->cc_state, kzalloc(size, GFP_KERNEL)); in hfi1_init_pportdata()
|
D | sdma.c | 991 RCU_INIT_POINTER(dd->sdma_map, NULL); in sdma_clean()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 175 RCU_INIT_POINTER(spufs_calls, NULL); in unregister_spu_syscalls()
|
/linux-4.4.14/drivers/net/team/ |
D | team_mode_activebackup.c | 59 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL); in ab_port_leave()
|
D | team_mode_loadbalance.c | 100 RCU_INIT_POINTER(pm->port, NULL); in lb_tx_hash_to_port_mapping_null_port()
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 552 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/ |
D | qib_keys.c | 129 RCU_INIT_POINTER(dev->dma_mr, NULL); in qib_free_lkey() 132 RCU_INIT_POINTER(rkt->table[r], NULL); in qib_free_lkey()
|
D | qib_qp.c | 259 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()
|
D | qib_verbs.c | 2059 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/ |
D | nx-842-pseries.c | 1074 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/ |
D | rhashtable.c | 190 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()
|
D | idr.c | 148 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/ |
D | callchain.c | 55 RCU_INIT_POINTER(callchain_cpus_entries, NULL); in release_callchain_buffers()
|
D | core.c | 6778 RCU_INIT_POINTER(swhash->swevent_hlist, NULL); in swevent_hlist_release()
|
/linux-4.4.14/net/phonet/ |
D | pn_dev.c | 279 RCU_INIT_POINTER(pnn->routes.table[i], NULL); in phonet_route_autodel() 392 RCU_INIT_POINTER(routes->table[daddr], NULL); in phonet_route_del()
|
D | socket.c | 696 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()
|
D | af_phonet.c | 499 RCU_INIT_POINTER(proto_tab[protocol], NULL); in phonet_proto_unregister()
|
/linux-4.4.14/drivers/net/ |
D | veth.c | 469 RCU_INIT_POINTER(priv->peer, NULL); in veth_dellink() 474 RCU_INIT_POINTER(priv->peer, NULL); in veth_dellink()
|
D | macvtap.c | 228 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()
|
D | tun.c | 527 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/ |
D | br_vlan.c | 585 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()
|
D | br_netfilter_hooks.c | 1019 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init() 1026 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
|
D | br_multicast.c | 1694 RCU_INIT_POINTER(querier->port, NULL); in br_multicast_query_expired()
|
/linux-4.4.14/net/core/ |
D | netprio_cgroup.c | 270 RCU_INIT_POINTER(dev->priomap, NULL); in netprio_device_event()
|
D | netpoll.c | 825 RCU_INIT_POINTER(np->dev->npinfo, NULL); in __netpoll_cleanup() 828 RCU_INIT_POINTER(np->dev->npinfo, NULL); in __netpoll_cleanup()
|
D | sysctl_net_core.c | 125 RCU_INIT_POINTER(sd->flow_limit, NULL); in flow_limit_cpu_sysctl()
|
D | fib_rules.c | 364 RCU_INIT_POINTER(rule->ctarget, r); in fib_nl_newrule() 520 RCU_INIT_POINTER(tmp->ctarget, NULL); in fib_nl_delrule()
|
D | dev.c | 1950 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()
|
D | net-sysfs.c | 852 RCU_INIT_POINTER(queue->rps_map, NULL); in rx_queue_release() 858 RCU_INIT_POINTER(queue->rps_flow_table, NULL); in rx_queue_release()
|
D | sock.c | 535 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 1453 RCU_INIT_POINTER(sk->sk_filter, NULL); in sk_destruct()
|
D | filter.c | 1931 RCU_INIT_POINTER(sk->sk_filter, NULL); in __sk_detach_filter()
|
D | neighbour.c | 1519 RCU_INIT_POINTER(tbl->nht, neigh_hash_alloc(3)); in neigh_table_init()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | main.c | 453 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()
|
D | tx.c | 1560 RCU_INIT_POINTER(ar->beacon_iter, cvif); in carl9170_pick_beaconing_vif()
|
/linux-4.4.14/net/tipc/ |
D | bearer.c | 361 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()
|
D | udp_media.c | 439 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
|
/linux-4.4.14/net/can/ |
D | af_can.c | 791 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/ |
D | trace_syscalls.c | 420 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()
|
D | trace_events_filter.c | 1757 RCU_INIT_POINTER(call->filter, NULL); in event_clear_filter() 1759 RCU_INIT_POINTER(file->filter, NULL); in event_clear_filter()
|
D | trace_events_trigger.c | 1215 RCU_INIT_POINTER(trigger_data->filter, NULL); in event_enable_trigger_func()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 103 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/ |
D | bond_main.c | 1716 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()
|
D | bond_options.c | 774 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/ |
D | vlan_core.c | 304 RCU_INIT_POINTER(dev->vlan_info, NULL); in vlan_vid_del()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | sta.c | 470 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()
|
D | fw.c | 1031 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()
|
D | mac-ctxt.c | 1330 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()
|
D | time-event.c | 174 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_csa_noa_start()
|
D | mac80211.c | 2439 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/ |
D | tfc_sess.c | 95 RCU_INIT_POINTER(lport->prov[FC_TYPE_FCP], NULL); in ft_tport_delete()
|
/linux-4.4.14/mm/ |
D | slab_common.c | 135 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/ |
D | xfrm_input.c | 55 RCU_INIT_POINTER(xfrm_input_afinfo[afinfo->family], NULL); in xfrm_input_unregister_afinfo()
|
D | xfrm_state.c | 1931 RCU_INIT_POINTER(xfrm_state_afinfo[afinfo->family], NULL); in xfrm_state_unregister_afinfo()
|
D | xfrm_policy.c | 2875 RCU_INIT_POINTER(xfrm_policy_afinfo[afinfo->family], in xfrm_policy_unregister_afinfo()
|
D | xfrm_user.c | 3135 RCU_INIT_POINTER(net->xfrm.nlsk, NULL); in xfrm_user_net_exit()
|
/linux-4.4.14/fs/proc/ |
D | inode.c | 48 RCU_INIT_POINTER(PROC_I(inode)->sysctl, NULL); in proc_evict_inode()
|
/linux-4.4.14/net/netlabel/ |
D | netlabel_domainhash.c | 519 RCU_INIT_POINTER(netlbl_domhsh_def, NULL); in netlbl_domhsh_remove_entry()
|
D | netlabel_unlabeled.c | 623 RCU_INIT_POINTER(netlbl_unlhsh_def, NULL); in netlbl_unlhsh_condremove_iface()
|
/linux-4.4.14/fs/ |
D | eventpoll.c | 1250 RCU_INIT_POINTER(epi->ws, NULL); in ep_destroy_wakeup_source() 1293 RCU_INIT_POINTER(epi->ws, NULL); in ep_insert()
|
D | aio.c | 880 RCU_INIT_POINTER(mm->ioctx_table, NULL); in exit_aio()
|
/linux-4.4.14/drivers/ipack/carriers/ |
D | tpci200.c | 190 RCU_INIT_POINTER(tpci200->slots[dev->slot].irq, NULL); in tpci200_free_irq()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 1280 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/ |
D | pptp.c | 166 RCU_INIT_POINTER(callid_sock[sock->proto.pptp.src_addr.call_id], NULL); in del_chan()
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 1546 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()
|
D | fork.c | 414 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()
|
D | audit.c | 1155 RCU_INIT_POINTER(aunet->nlsk, NULL); in audit_net_exit()
|
D | workqueue.c | 3995 RCU_INIT_POINTER(wq->numa_pwq_tbl[node], NULL); in destroy_workqueue()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 639 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/ |
D | ipv6.c | 500 RCU_INIT_POINTER(newnp->opt, opt); in dccp_v6_request_recv_sock()
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 670 RCU_INIT_POINTER(newnp->opt, opt); in sctp_v6_create_accept_sk()
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 1105 RCU_INIT_POINTER(dev->dn_ptr, NULL); in dn_dev_create()
|
D | dn_route.c | 382 RCU_INIT_POINTER(rt->dst.dn_next, NULL); in dn_run_flush()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 1808 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/ |
D | lockdep.c | 3900 RCU_INIT_POINTER(class->key, NULL); in zap_class() 3901 RCU_INIT_POINTER(class->name, NULL); in zap_class()
|
/linux-4.4.14/net/ |
D | socket.c | 261 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/ |
D | dmar.c | 276 RCU_INIT_POINTER(devices[index].dev, NULL); in dmar_remove_dev_scope()
|
/linux-4.4.14/net/wireless/ |
D | scan.c | 330 RCU_INIT_POINTER(rdev->sched_scan_req, NULL); in __cfg80211_stop_sched_scan()
|
D | reg.c | 3157 RCU_INIT_POINTER(wiphy->regd, NULL); in wiphy_regulatory_deregister()
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 307 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/ |
D | ipoib_main.c | 1397 RCU_INIT_POINTER(ntbl->htbl, htbl); in ipoib_neigh_hash_init()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1280 RCU_INIT_POINTER(gss_cred->gc_ctx, NULL); in gss_destroy_nullcred()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_state.c | 1600 RCU_INIT_POINTER(connection->net_conf, NULL); in w_after_conn_state_ch()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 544 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()
|
D | bnx2.c | 413 RCU_INIT_POINTER(bp->cnic_ops, NULL); in bnx2_unregister_cnic()
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 1334 RCU_INIT_POINTER(newsk->sk_wq, &newu->peer_wq); in unix_stream_connect()
|
/linux-4.4.14/drivers/md/ |
D | dm.c | 2531 RCU_INIT_POINTER(md->map, NULL); in __unbind()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 1327 RCU_INIT_POINTER(nl_table[sk->sk_protocol].listeners, NULL); in netlink_release()
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 2054 RCU_INIT_POINTER(p->numa_group, NULL); in task_numa_free()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 10915 RCU_INIT_POINTER(crash_vmclear_loaded_vmcss, NULL); in vmx_exit()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 14970 RCU_INIT_POINTER(bp->cnic_ops, NULL); in bnx2x_unregister_cnic()
|