Searched refs:RCU_INIT_POINTER (Results 1 - 25 of 235) sorted by relevance

12345678910

/linux-master/tools/include/linux/
H A Drcu.h23 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0) macro
/linux-master/tools/testing/radix-tree/linux/
H A Drcupdate.h10 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0) macro
/linux-master/net/netfilter/
H A Dnf_nat_tftp.c43 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL);
51 RCU_INIT_POINTER(nf_nat_tftp_hook, help);
H A Dnf_nat_amanda.c67 RCU_INIT_POINTER(nf_nat_amanda_hook, NULL);
75 RCU_INIT_POINTER(nf_nat_amanda_hook, help);
H A Dnf_nat_irc.c89 RCU_INIT_POINTER(nf_nat_irc_hook, NULL);
97 RCU_INIT_POINTER(nf_nat_irc_hook, help);
H A Dnf_conntrack_timeout.c38 RCU_INIT_POINTER(timeout_ext->timeout, NULL);
141 RCU_INIT_POINTER(timeout_ext->timeout, NULL);
H A Dnf_nat_ftp.c117 RCU_INIT_POINTER(nf_nat_ftp_hook, NULL);
125 RCU_INIT_POINTER(nf_nat_ftp_hook, nf_nat_ftp);
/linux-master/include/linux/
H A Dnetfilter_netdev.h143 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL);
146 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_dh.c114 RCU_INIT_POINTER(b->dest, NULL);
121 RCU_INIT_POINTER(b->dest, dest);
145 RCU_INIT_POINTER(b->dest, NULL);
H A Dip_vs_sh.c181 RCU_INIT_POINTER(b->dest, NULL);
188 RCU_INIT_POINTER(b->dest, dest);
221 RCU_INIT_POINTER(b->dest, NULL);
/linux-master/net/802/
H A Dstp.c89 RCU_INIT_POINTER(stp_proto, NULL);
91 RCU_INIT_POINTER(garp_protos[proto->group_address[5] -
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_frontbuffer.h91 RCU_INIT_POINTER(obj->frontbuffer, NULL);
/linux-master/net/core/
H A Drequest_sock.c96 RCU_INIT_POINTER(tcp_sk(sk)->fastopen_rsk, NULL);
/linux-master/drivers/misc/cxl/
H A Dbase.c94 RCU_INIT_POINTER(cxl_calls, NULL);
/linux-master/kernel/bpf/
H A Dreuseport_array.c36 RCU_INIT_POINTER(*socks, NULL);
82 RCU_INIT_POINTER(array->ptrs[index], NULL);
137 RCU_INIT_POINTER(array->ptrs[i], NULL);
H A Dbpf_local_storage.c278 RCU_INIT_POINTER(*owner_storage(smap, owner), NULL);
297 RCU_INIT_POINTER(local_storage->cache[smap->cache_idx], NULL);
302 RCU_INIT_POINTER(local_storage->smap, NULL);
373 RCU_INIT_POINTER(selem->local_storage, local_storage);
402 RCU_INIT_POINTER(SDATA(selem)->smap, smap);
475 RCU_INIT_POINTER(storage->smap, smap);
/linux-master/drivers/net/wireguard/
H A Dallowedips.c193 RCU_INIT_POINTER(node->peer, peer);
208 RCU_INIT_POINTER(newnode->peer, peer);
263 RCU_INIT_POINTER(table->root4, NULL);
264 RCU_INIT_POINTER(table->root6, NULL);
314 RCU_INIT_POINTER(node->peer, NULL);
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c162 RCU_INIT_POINTER(spufs_calls, NULL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.h67 RCU_INIT_POINTER(active->fence, fence);
/linux-master/drivers/net/team/
H A Dteam_mode_activebackup.c55 RCU_INIT_POINTER(ab_priv(team)->active_port, NULL);
/linux-master/net/sched/
H A Dcls_fw.c144 RCU_INIT_POINTER(head->ht[h],
174 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next));
293 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next));
333 RCU_INIT_POINTER(f->next, head->ht[fw_hash(handle)]);
/linux-master/net/mac80211/
H A Dscan.c475 RCU_INIT_POINTER(local->scan_req, NULL);
476 RCU_INIT_POINTER(local->scan_sdata, NULL);
860 RCU_INIT_POINTER(local->scan_sdata, NULL);
1102 RCU_INIT_POINTER(local->scan_req, NULL);
1103 RCU_INIT_POINTER(local->scan_sdata, NULL);
1353 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1354 RCU_INIT_POINTER(local->sched_scan_req, NULL);
1384 RCU_INIT_POINTER(local->sched_scan_req, NULL);
1391 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1414 RCU_INIT_POINTER(loca
[all...]
/linux-master/net/caif/
H A Dcfmuxl.c111 RCU_INIT_POINTER(muxl->dn_cache[idx], NULL);
167 RCU_INIT_POINTER(muxl->up_cache[idx], NULL);
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic_main.c218 RCU_INIT_POINTER(nf_nat_snmp_hook, help);
225 RCU_INIT_POINTER(nf_nat_snmp_hook, NULL);
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.c287 RCU_INIT_POINTER(fc_passive_prov[type], NULL);
289 RCU_INIT_POINTER(fc_active_prov[type], NULL);

Completed in 530 milliseconds

12345678910