Home
last modified time | relevance | path

Searched refs:__rcu (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/linux/include/linux/
H A Dradix-tree.h177 static inline void *radix_tree_deref_slot(void __rcu **slot) in radix_tree_deref_slot()
191 static inline void *radix_tree_deref_slot_protected(void __rcu **slot, in radix_tree_deref_slot_protected()
222 struct radix_tree_node **nodep, void __rcu ***slotp);
224 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *,
227 void __rcu **slot, void *entry);
229 const struct radix_tree_iter *, void __rcu **slot, void *entry);
231 void __rcu **slot, void *entry);
233 struct radix_tree_iter *iter, void __rcu **slot);
254 void __rcu ***results, unsigned long first_index,
263 void __rcu **idr_get_free(struct radix_tree_root *root,
[all …]
H A Drhashtable.h83 struct bucket_table __rcu *future_tbl;
87 struct rhash_lock_head __rcu *buckets[] ____cacheline_aligned_in_smp;
264 struct rhash_lock_head __rcu **rht_bucket_nested(
266 struct rhash_lock_head __rcu **__rht_bucket_nested(
268 struct rhash_lock_head __rcu **rht_bucket_nested_insert(
286 static inline struct rhash_lock_head __rcu *const *rht_bucket( in rht_bucket()
293 static inline struct rhash_lock_head __rcu **rht_bucket_var( in rht_bucket_var()
300 static inline struct rhash_lock_head __rcu **rht_bucket_insert( in rht_bucket_insert()
327 struct rhash_lock_head __rcu **bkt) in rht_lock()
338 struct rhash_lock_head __rcu **bucket, in rht_lock_nested()
[all …]
H A Drcupdate.h517 rcu_check_sparse(p, __rcu); \
561 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v)
597 rcu_check_sparse(p, __rcu); \
650 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu)
687 (c) || rcu_read_lock_held(), __rcu)
703 (c) || rcu_read_lock_bh_held(), __rcu)
720 __rcu)
730 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu)
749 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu)
1014 rcu_check_sparse(p, __rcu); \
H A Dnotifier.h56 struct notifier_block __rcu *next;
62 struct notifier_block __rcu *head;
67 struct notifier_block __rcu *head;
71 struct notifier_block __rcu *head;
78 struct notifier_block __rcu *head;
H A Digmp.h52 struct ip_mc_socklist __rcu *next_rcu;
55 struct ip_sf_socklist __rcu *sflist;
77 struct ip_mc_list __rcu *next_rcu;
79 struct ip_mc_list __rcu *next_hash;
H A Dwatch_queue.h40 struct watch_filter __rcu *filter;
59 struct watch_queue __rcu *queue; /* Queue to post events to */
61 struct watch_list __rcu *watch_list;
/linux/include/net/
H A Dif_inet6.h97 struct ipv6_mc_socklist __rcu *next;
98 struct ip6_sf_socklist __rcu *sflist;
103 struct ip6_sf_list __rcu *sf_next;
121 struct ifmcaddr6 __rcu *next;
122 struct ip6_sf_list __rcu *mca_sources;
123 struct ip6_sf_list __rcu *mca_tomb;
147 struct ifacaddr6 __rcu *aca_next;
173 struct ifmcaddr6 __rcu *mc_list;
174 struct ifmcaddr6 __rcu *mc_tomb;
199 struct ifacaddr6 __rcu *ac_list;
H A Dgen_stats.h59 struct net_rate_estimator __rcu **ptr);
72 struct net_rate_estimator __rcu **rate_est,
75 void gen_kill_estimator(struct net_rate_estimator __rcu **ptr);
78 struct net_rate_estimator __rcu **ptr,
81 bool gen_estimator_active(struct net_rate_estimator __rcu **ptr);
82 bool gen_estimator_read(struct net_rate_estimator __rcu **ptr,
H A Dprotocol.h95 extern struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS];
96 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS];
97 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
100 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
H A Dnet_failover.h12 struct net_device __rcu *primary_dev;
15 struct net_device __rcu *standby_dev;
/linux/lib/
H A Dradix-tree.c80 get_slot_offset(const struct radix_tree_node *parent, void __rcu **slot) in get_slot_offset()
89 void __rcu **entry = rcu_dereference_raw(parent->slots[offset]); in radix_tree_descend()
455 node->slots[0] = (void __rcu *)entry; in radix_tree_extend()
508 root->xa_head = (void __rcu *)child; in radix_tree_shrink()
532 node->slots[0] = (void __rcu *)RADIX_TREE_RETRY; in radix_tree_shrink()
600 void __rcu ***slotp) in __radix_tree_create()
603 void __rcu **slot = (void __rcu **)&root->xa_head; in __radix_tree_create()
682 void __rcu **slot, void *item) in insert_entries()
707 void __rcu **slot; in radix_tree_insert()
749 void __rcu ***slotp) in __radix_tree_lookup()
[all …]
H A Drhashtable.c33 union nested_table __rcu *table;
34 struct rhash_lock_head __rcu *bucket;
123 union nested_table __rcu **prev, in nested_table_alloc()
166 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc()
229 struct rhash_lock_head __rcu **bkt, in rhashtable_rehash_one()
236 struct rhash_head __rcu **pprev = NULL; in rhashtable_rehash_one()
284 struct rhash_lock_head __rcu **bkt = rht_bucket_var(old_tbl, old_hash); in rhashtable_rehash_chain()
495 struct rhash_lock_head __rcu **bkt, in rhashtable_lookup_one()
503 struct rhash_head __rcu **pprev = NULL; in rhashtable_lookup_one()
546 struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, in rhashtable_insert_one()
[all …]
/linux/include/net/netns/
H A Dnetfilter.h15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
22 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];
23 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];
25 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
28 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
H A Dipv4.h97 struct ip_ra_chain __rcu *ra_chain;
101 struct fib_table __rcu *fib_main;
102 struct fib_table __rcu *fib_default;
210 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
211 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
H A Dmpls.h18 struct mpls_route __rcu * __rcu *platform_label;
/linux/net/openvswitch/
H A Dflow_table.h51 struct sw_flow_mask __rcu *masks[] __counted_by(max);
63 struct table_instance __rcu *ti;
64 struct table_instance __rcu *ufid_ti;
65 struct mask_cache __rcu *mask_cache;
66 struct mask_array __rcu *mask_array;
/linux/drivers/net/wireguard/
H A Dallowedips.h16 struct wg_peer __rcu *peer;
17 struct allowedips_node __rcu *bit[2];
30 struct allowedips_node __rcu *root4;
31 struct allowedips_node __rcu *root6;
H A Dnoise.h44 struct noise_keypair __rcu *current_keypair;
45 struct noise_keypair __rcu *previous_keypair;
46 struct noise_keypair __rcu *next_keypair;
/linux/net/ipv4/
H A Dtunnel4.c19 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly;
20 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly;
21 static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly;
24 static inline struct xfrm_tunnel __rcu **fam_handlers(unsigned short family) in fam_handlers()
33 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_register()
65 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_deregister()
116 struct xfrm_tunnel __rcu *head; in tunnel4_rcv_cb()
/linux/net/ipv6/
H A Dxfrm6_protocol.c22 static struct xfrm6_protocol __rcu *esp6_handlers __read_mostly;
23 static struct xfrm6_protocol __rcu *ah6_handlers __read_mostly;
24 static struct xfrm6_protocol __rcu *ipcomp6_handlers __read_mostly;
27 static inline struct xfrm6_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers()
50 struct xfrm6_protocol __rcu **head = proto_handlers(protocol); in xfrm6_rcv_cb()
67 struct xfrm6_protocol __rcu **head = proto_handlers(nexthdr); in xfrm6_rcv_encap()
236 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_register()
283 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_deregister()
H A Dtunnel6.c22 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly;
23 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly;
24 static struct xfrm6_tunnel __rcu *tunnelmpls6_handlers __read_mostly;
34 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_register()
78 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_deregister()
161 struct xfrm6_tunnel __rcu *head; in tunnel6_rcv_cb()
/linux/net/netfilter/
H A Dcore.c31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly;
197 int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp, in nf_hook_entries_insert_raw()
235 struct nf_hook_entries __rcu **pp) in __nf_hook_entries_try_shrink()
278 static struct nf_hook_entries __rcu **
400 struct nf_hook_entries __rcu **pp; in __nf_register_net_hook()
491 struct nf_hook_entries __rcu **pp; in __nf_unregister_net_hook()
544 void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp, in nf_hook_entries_delete_raw()
675 const struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly;
678 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly;
681 const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly;
[all …]
/linux/net/core/
H A Dgen_estimator.c132 struct net_rate_estimator __rcu **rate_est, in gen_new_estimator()
205 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est) in gen_kill_estimator()
235 struct net_rate_estimator __rcu **rate_est, in gen_replace_estimator()
250 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est) in gen_estimator_active()
256 bool gen_estimator_read(struct net_rate_estimator __rcu **rate_est, in gen_estimator_read()
/linux/include/scsi/
H A Dscsi_device.h145 struct scsi_vpd __rcu *vpd_pg0;
146 struct scsi_vpd __rcu *vpd_pg83;
147 struct scsi_vpd __rcu *vpd_pg80;
148 struct scsi_vpd __rcu *vpd_pg89;
149 struct scsi_vpd __rcu *vpd_pgb0;
150 struct scsi_vpd __rcu *vpd_pgb1;
151 struct scsi_vpd __rcu *vpd_pgb2;
152 struct scsi_vpd __rcu *vpd_pgb7;
/linux/net/packet/
H A Dinternal.h91 struct bpf_prog __rcu *bpf_prog;
97 struct sock __rcu *arr[] __counted_by(max_num_members);
131 struct net_device __rcu *cached_dev;

12345678910>>...17