Searched refs:__rcu (Results 76 - 100 of 482) sorted by relevance

1234567891011>>

/linux-master/include/drm/
H A Ddrm_syncobj.h51 struct dma_fence __rcu *fence;
/linux-master/include/net/netns/
H A Dconntrack.h107 struct nf_ct_event_notifier __rcu *nf_conntrack_event_cb;
/linux-master/include/linux/
H A Drethook.h33 * __rcu, instead of rethook_handler_t. But this must be same as
36 void (__rcu *handler) (struct rethook_node *, void *, unsigned long, struct pt_regs *);
H A Dtrace.h24 struct trace_export __rcu *next;
H A Dinetdevice.h31 struct in_ifaddr __rcu *ifa_list;/* IP ifaddr chain */
33 struct ip_mc_list __rcu *mc_list; /* IP multicast filter chain */
34 struct ip_mc_list __rcu * __rcu *mc_hash;
145 struct in_ifaddr __rcu *ifa_next;
H A Drculist.h32 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next)))
42 #define list_tail_rcu(head) (*((struct list_head __rcu **)(&(head)->prev)))
531 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new);
561 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first)))
562 #define hlist_next_rcu(node) (*((struct hlist_node __rcu **)(&(node)->next)))
563 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev)))
/linux-master/net/sunrpc/
H A Dsvcauth.c36 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {
37 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
38 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
39 [RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,
/linux-master/include/net/tc_act/
H A Dtc_mirred.h13 struct net_device __rcu *tcfm_dev;
H A Dtc_ife.h22 struct tcf_ife_params __rcu *params;
H A Dtc_mpls.h26 struct tcf_mpls_params __rcu *mpls_p;
/linux-master/net/wireless/
H A Dreg.h29 extern const struct ieee80211_regdomain __rcu *cfg80211_regdomain;
/linux-master/include/net/
H A Dhotdata.h31 struct rps_sock_flow_table __rcu *rps_sock_flow_table;
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 Dip6_fib.h68 struct fib6_node __rcu *parent;
69 struct fib6_node __rcu *left;
70 struct fib6_node __rcu *right;
72 struct fib6_node __rcu *subtree;
74 struct fib6_info __rcu *leaf;
79 struct fib6_info __rcu *rr_ptr;
155 struct rt6_exception_bucket __rcu *rt6i_exception_bucket;
160 struct fib6_info __rcu *fib6_next;
161 struct fib6_node __rcu *fib6_node;
208 struct fib6_info __rcu *fro
[all...]
H A Dip6_tunnel.h47 struct ip6_tnl __rcu *next; /* next tunnel in list */
79 extern const struct ip6_tnl_encap_ops __rcu *
/linux-master/drivers/md/
H A Draid1.h134 struct md_thread __rcu *thread;
/linux-master/net/xdp/
H A Dxskmap.c16 struct xdp_sock __rcu **map_entry)
50 struct xdp_sock __rcu **map_entry)
165 struct xdp_sock __rcu **map_entry;
225 struct xdp_sock __rcu **map_entry;
249 struct xdp_sock __rcu **map_entry)
/linux-master/lib/
H A Drhashtable.c33 union nested_table __rcu *table;
34 struct rhash_lock_head __rcu *bucket;
123 union nested_table __rcu **prev,
164 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets,
225 struct rhash_lock_head __rcu **bkt,
232 struct rhash_head __rcu **pprev = NULL;
280 struct rhash_lock_head __rcu **bkt = rht_bucket_var(old_tbl, old_hash);
491 struct rhash_lock_head __rcu **bkt,
499 struct rhash_head __rcu **pprev = NULL;
542 struct rhashtable *ht, struct rhash_lock_head __rcu **bk
[all...]
/linux-master/kernel/power/
H A Denergy_model.c166 struct em_perf_table __rcu *table;
174 struct em_perf_table __rcu *table;
188 void em_table_free(struct em_perf_table __rcu *table)
201 struct em_perf_table __rcu *em_table_alloc(struct em_perf_domain *pd)
203 struct em_perf_table __rcu *table;
311 struct em_perf_table __rcu *new_table)
313 struct em_perf_table __rcu *old_table;
402 struct em_perf_table __rcu *em_table;
685 struct em_perf_table __rcu *em_table;
/linux-master/drivers/net/wireguard/
H A Dallowedips.c42 struct allowedips_node __rcu *p, unsigned int *len)
127 static struct wg_peer *lookup(struct allowedips_node __rcu *root, u8 bits,
149 static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key,
169 static inline void connect_node(struct allowedips_node __rcu **parent, u8 bit, struct allowedips_node *node)
181 static int add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key,
260 struct allowedips_node __rcu *old4 = table->root4, *old6 = table->root6;
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h87 struct funeth_rxq * __rcu *rxqs;
89 struct funeth_txq * __rcu *xdpqs;
/linux-master/sound/soc/dwc/
H A Dlocal.h142 struct snd_pcm_substream __rcu *tx_substream;
143 struct snd_pcm_substream __rcu *rx_substream;
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h84 const struct cred __rcu *ro_cred;
85 const struct cred __rcu *rw_cred;
/linux-master/include/linux/sched/
H A Dtopology.h89 struct sched_domain __rcu *parent; /* top domain must be null terminated */
90 struct sched_domain __rcu *child; /* bottom domain must be null terminated */
/linux-master/drivers/hwtracing/stm/
H A Dstm.h83 struct stm_device __rcu *link;

Completed in 217 milliseconds

1234567891011>>