Searched refs:__rcu (Results 1 - 25 of 482) sorted by last modified time

1234567891011>>

/linux-master/net/l2tp/
H A Dl2tp_eth.c44 struct net_device __rcu *dev;
/linux-master/net/ipv4/
H A Dudp_offload.c157 const struct net_offload __rcu **offloads;
H A Droute.c595 struct fib_nh_exception __rcu **fnhe_p, **oldest_p;
723 struct rtable __rcu **prt;
1331 struct fib_nh_exception *fnhe, __rcu **fnhe_p;
1427 struct rtable __rcu **porig;
2571 struct rtable __rcu **prth;
/linux-master/net/core/
H A Dskbuff.c144 const struct drop_reason_list __rcu *
/linux-master/kernel/bpf/
H A Dverifier.c6338 struct css_set __rcu *cgroups;
6339 struct task_struct __rcu *real_parent;
6354 struct file __rcu *exe_file;
6534 * A regular RCU-protected pointer with __rcu tag can also be deemed
6541 /* ignore __rcu tag and mark it MEM_RCU */
6545 /* __rcu tagged pointers can be NULL */
/linux-master/drivers/nvme/target/
H A Dcore.c1357 void __rcu **slot;
/linux-master/drivers/nvme/host/
H A Dnvme.h489 struct nvme_ns __rcu *current_path[];
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c2822 static void replace_eviction_fence(struct dma_fence __rcu **ef,
2857 int amdgpu_amdkfd_gpuvm_restore_process_bos(void *info, struct dma_fence __rcu **ef)
/linux-master/arch/s390/mm/
H A Dgmap.c142 void __rcu **slot;
167 void __rcu **slot;
1200 void __rcu **slot;
/linux-master/kernel/
H A Dworkqueue.c359 struct pool_workqueue __rcu *dfl_pwq; /* PW: only for unbound wqs */
380 struct pool_workqueue __percpu __rcu **cpu_pwq; /* I: per-cpu pwqs */
720 static struct pool_workqueue __rcu **
5081 struct pool_workqueue __rcu **slot = unbound_pwq_slot(wq, cpu);
/linux-master/drivers/pinctrl/
H A Dcore.c713 void __rcu **slot;
/linux-master/net/mac80211/
H A Dmesh.h112 struct sta_info __rcu *next_hop;
/linux-master/include/net/
H A Dtls.h233 struct net_device __rcu *netdev;
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)))
H A Dmacsec.h160 struct macsec_rx_sc __rcu *next;
163 struct macsec_rx_sa __rcu *sa[MACSEC_NUM_AN];
211 struct macsec_tx_sa __rcu *sa[MACSEC_NUM_AN];
245 struct macsec_rx_sc __rcu *rx_sc;
H A Dmac80211.h777 struct ieee80211_chanctx_conf __rcu *chanctx_conf;
1970 struct ieee80211_bss_conf __rcu *link_conf[IEEE80211_MLD_MAX_NUM_LINKS];
2451 struct ieee80211_sta_rates __rcu *rates;
2467 struct ieee80211_link_sta __rcu *link[IEEE80211_MLD_MAX_NUM_LINKS];
H A Dsch_generic.h100 struct qdisc_size_table __rcu *stab;
107 struct net_rate_estimator __rcu *rate_est;
407 struct tcf_proto __rcu *next;
408 void __rcu *root;
446 struct tcf_proto __rcu *filter_chain;
1335 struct mini_Qdisc __rcu **p_miniq;
1341 struct mini_Qdisc __rcu **p_miniq);
/linux-master/drivers/net/
H A Dmacsec.c144 static struct macsec_rx_sa *macsec_rxsa_get(struct macsec_rx_sa __rcu *ptr)
204 static struct macsec_tx_sa *macsec_txsa_get(struct macsec_tx_sa __rcu *ptr)
1427 struct macsec_rx_sc *rx_sc, __rcu **rx_scp;
/linux-master/kernel/sched/
H A Dsched.h914 struct perf_domain __rcu *pd;
1035 struct task_struct __rcu *curr;
1067 struct sched_domain __rcu *sd;
1888 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_llc);
1892 DECLARE_PER_CPU(struct sched_domain_shared __rcu *, sd_llc_shared);
1893 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_numa);
1894 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_packing);
1895 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_cpucapacity);
2964 DECLARE_PER_CPU(struct update_util_data __rcu *, cpufreq_update_util_data);
/linux-master/include/linux/
H A Dblkdev.h471 struct blk_trace __rcu *blk_trace;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1326 struct kvm_apic_map __rcu *apic_map;
1417 struct kvm_x86_msr_filter __rcu *msr_filter;
1424 struct kvm_x86_pmu_event_filter __rcu *pmu_event_filter;
/linux-master/net/sched/
H A Dsch_generic.c1600 struct mini_Qdisc __rcu **p_miniq)
/linux-master/net/bridge/
H A Dbr_private.h173 struct metadata_dst __rcu *tunnel_dst;
347 struct net_bridge_port_group __rcu *next;
371 struct net_bridge_port_group __rcu *ports;
390 struct net_bridge_vlan_group __rcu *vlgrp;
392 struct net_bridge_port __rcu *backup_port;
498 struct net_bridge_vlan_group __rcu *vlgrp;
997 struct net_bridge_port_group __rcu *next,
1010 struct net_bridge_port_group __rcu **pp);
1951 extern const struct nf_br_ops __rcu *nf_br_ops;
/linux-master/mm/
H A Dshmem.c320 static struct dquot __rcu **shmem_get_dquots(struct inode *inode)
/linux-master/include/net/netfilter/
H A Dnf_tables.h1100 struct nft_rule_blob __rcu *blob_gen_0;
1101 struct nft_rule_blob __rcu *blob_gen_1;

Completed in 502 milliseconds

1234567891011>>