Searched refs:__rcu (Results 151 - 175 of 482) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dcls_route.c37 struct route4_bucket __rcu *table[256 + 1];
43 struct route4_filter __rcu *ht[16 + 16 + 1];
48 struct route4_filter __rcu *next;
318 struct route4_filter __rcu **fp;
482 struct route4_filter __rcu **fp;
/linux-master/include/net/
H A Dbonding.h218 struct slave __rcu *curr_active_slave;
219 struct slave __rcu *current_arp_slave;
220 struct slave __rcu *primary_slave;
221 struct bond_up_slave __rcu *usable_slaves;
222 struct bond_up_slave __rcu *all_slaves;
H A Dip_tunnels.h105 struct ip_tunnel_prl_entry __rcu *next;
114 struct ip_tunnel __rcu *next;
150 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */
178 struct ip_tunnel __rcu *collect_md_tun;
333 extern const struct ip_tunnel_encap_ops __rcu *
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);
H A Dvxlan.h289 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
291 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
304 struct vxlan_vni_group __rcu *vnigrp;
H A Dtcx.h14 struct mini_Qdisc __rcu *miniq;
/linux-master/kernel/bpf/
H A Dlpm_trie.c26 struct lpm_trie_node __rcu *child[2];
34 struct lpm_trie_node __rcu *root;
311 struct lpm_trie_node __rcu **slot;
441 struct lpm_trie_node __rcu **trim, **trim2;
579 struct lpm_trie_node __rcu **slot;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c57 struct mlx5e_txqsq __rcu **qos_sqs;
73 struct mlx5e_txqsq __rcu **qos_sqs;
208 struct mlx5e_txqsq __rcu **qos_sqs;
233 struct mlx5e_txqsq __rcu **qos_sqs;
327 struct mlx5e_txqsq __rcu **qos_sqs;
/linux-master/kernel/trace/
H A Dtrace.h346 struct trace_pid_list __rcu *filtered_pids;
347 struct trace_pid_list __rcu *filtered_no_pids;
366 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
367 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
397 struct trace_pid_list __rcu *function_pids;
398 struct trace_pid_list __rcu *function_no_pids;
896 extern struct ftrace_hash __rcu *ftrace_graph_hash;
897 extern struct ftrace_hash __rcu *ftrace_graph_notrace_hash;
1340 struct prog_entry __rcu *prog;
1601 struct event_filter __rcu *filte
[all...]
/linux-master/include/linux/
H A Dnetdevice.h641 struct Qdisc __rcu *qdisc;
642 struct Qdisc __rcu *qdisc_sleeping;
769 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */
2058 struct xps_dev_maps __rcu *xps_maps[XPS_MAPS_MAX];
2061 struct nf_hook_entries __rcu *nf_hooks_egress;
2064 struct bpf_mprog_entry __rcu *tcx_egress;
2079 struct inet6_dev __rcu *ip6_ptr;
2084 struct bpf_prog __rcu *xdp_prog;
2093 rx_handler_func_t __rcu *rx_handler;
2094 void __rcu *rx_handler_dat
[all...]
H A Ddma-resv.h178 struct dma_resv_list __rcu *fences;
H A Dposix-timers.h53 struct task_struct __rcu *handling;
/linux-master/fs/quota/
H A Ddquot.c402 static inline int mark_all_dquot_dirty(struct dquot __rcu * const *dquots)
999 static inline struct dquot __rcu **i_dquot(struct inode *inode)
1006 struct dquot __rcu * const *dquots;
1096 struct dquot __rcu **dquots = i_dquot(inode);
1458 struct dquot __rcu **dquots;
1573 struct dquot __rcu **dquots;
1598 struct dquot __rcu **dquots = i_dquot(inode);
1613 struct dquot __rcu * const *dquots;
1686 struct dquot __rcu **dquots;
1756 struct dquot __rcu * cons
[all...]
/linux-master/include/rdma/
H A Drdmavt_mr.h55 struct rvt_mregion __rcu **table;
/linux-master/mm/
H A Dmmap_lock.c45 char __rcu *buf;
/linux-master/include/net/tc_act/
H A Dtc_police.h25 struct tcf_police_params __rcu *params;
/linux-master/net/openvswitch/
H A Ddatapath.h107 struct dp_nlsk_pids __rcu *upcall_portids;
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_sip.h167 extern const struct nf_nat_sip_hooks __rcu *nf_nat_sip_hooks;
/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h72 struct nf_conntrack_helper __rcu *helper;
/linux-master/net/tipc/
H A Dcore.h116 struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1];
/linux-master/tools/include/linux/
H A Dcompiler.h86 #define __rcu macro
/linux-master/net/netfilter/ipvs/
H A Dip_vs_dh.c50 struct ip_vs_dest __rcu *dest; /* real server (cache) */
/linux-master/net/sunrpc/
H A Dauth.c32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = {
33 [RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops,
34 [RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops,
35 [RPC_AUTH_TLS] = (const struct rpc_authops __force __rcu *)&authtls_ops,
/linux-master/fs/
H A Dmount.h69 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
/linux-master/include/drm/
H A Ddrm_file.h277 struct pid __rcu *pid;

Completed in 230 milliseconds

1234567891011>>