Searched refs:__rcu (Results 251 - 275 of 482) sorted by relevance

<<11121314151617181920

/linux-master/net/sched/
H A Dsch_drr.c23 struct net_rate_estimator __rcu *rate_est;
33 struct tcf_proto __rcu *filter_list;
/linux-master/net/ipv6/
H A Dip6_gre.c66 struct ip6_tnl __rcu *tunnels[4][IP6_GRE_HASH_SIZE];
68 struct ip6_tnl __rcu *collect_md_tun;
69 struct ip6_tnl __rcu *collect_md_tun_erspan;
249 static struct ip6_tnl __rcu **__ip6gre_bucket(struct ip6gre_net *ign,
292 static inline struct ip6_tnl __rcu **ip6gre_bucket(struct ip6gre_net *ign,
300 struct ip6_tnl __rcu **tp = ip6gre_bucket(ign, t);
308 struct ip6_tnl __rcu **tp;
330 struct ip6_tnl __rcu **tp;
/linux-master/include/net/
H A Dsock.h407 struct dst_entry __rcu *sk_rx_dst;
420 struct sk_filter __rcu *sk_filter;
422 struct socket_wq __rcu *sk_wq;
438 struct xfrm_policy __rcu *sk_policy[2];
477 struct dst_entry __rcu *sk_dst_cache;
539 struct sock_reuseport __rcu *sk_reuseport_cb;
541 struct bpf_local_storage __rcu *sk_bpf_storage;
583 #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data)))
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h73 struct tid_rdma_params __rcu *remote;
/linux-master/security/safesetid/
H A Dsecurityfs.c264 size_t len, loff_t *ppos, struct mutex *policy_update_lock, struct __rcu setid_ruleset* ruleset)
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h174 struct mt76_wcid __rcu *wcid[N_WCIDS];
/linux-master/net/core/
H A Dlwtunnel.c77 static const struct lwtunnel_encap_ops __rcu *
/linux-master/kernel/bpf/
H A Dbpf_task_storage.c49 static struct bpf_local_storage __rcu **task_storage_ptr(void *owner)
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.h214 struct intel_timeline __rcu *timeline;
/linux-master/fs/nfs/
H A Dsysfs.c112 old = rcu_dereference_protected(xchg(&c->identifier, (char __rcu *)p), 1);
/linux-master/include/linux/soc/mediatek/
H A Dmtk_wed.h229 extern const struct mtk_wed_ops __rcu *mtk_soc_wed_ops;
/linux-master/include/linux/
H A Dkey.h135 void __rcu *rcu_data0;
H A Dkprobes.h142 struct kretprobe __rcu *rp;
H A Dinput.h190 struct input_handle __rcu *grab;
/linux-master/net/ipv4/
H A Dtcp_sigpool.c13 static DEFINE_PER_CPU(void __rcu *, sigpool_scratch);
H A Dfou_core.c235 const struct net_offload __rcu **offloads;
265 const struct net_offload __rcu **offloads;
310 const struct net_offload __rcu **offloads;
451 const struct net_offload __rcu **offloads;
/linux-master/drivers/vhost/
H A Dvhost.h81 struct vhost_worker __rcu *worker;
/linux-master/security/selinux/include/
H A Dsecurity.h102 struct selinux_policy __rcu *policy;
/linux-master/drivers/md/
H A Draid5.h682 struct md_thread __rcu *thread;
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h402 struct vchiq_service __rcu *services[VCHIQ_MAX_SERVICES];
/linux-master/drivers/net/netdevsim/
H A Dnetdevsim.h129 struct netdevsim __rcu *peer;
/linux-master/drivers/net/can/
H A Dvxcan.c34 struct net_device __rcu *peer;
/linux-master/net/netfilter/
H A Dnf_bpf_link.c34 const struct nf_defrag_hook __rcu **ptr_global_hook,
/linux-master/arch/arm64/include/asm/
H A Dkvm_pgtable.h332 typedef kvm_pte_t __rcu *kvm_pteref_t;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.h217 struct cnic_ulp_ops __rcu *ulp_ops[MAX_CNIC_ULP_TYPE];

Completed in 249 milliseconds

<<11121314151617181920