Home
last modified time | relevance | path

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

12345678910>>...14

/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.h84 struct bucket_table __rcu *future_tbl;
88 struct rhash_lock_head __rcu *buckets[] ____cacheline_aligned_in_smp;
259 struct rhash_lock_head __rcu **rht_bucket_nested(
261 struct rhash_lock_head __rcu **__rht_bucket_nested(
263 struct rhash_lock_head __rcu **rht_bucket_nested_insert(
281 static inline struct rhash_lock_head __rcu *const *rht_bucket( in rht_bucket()
288 static inline struct rhash_lock_head __rcu **rht_bucket_var( in rht_bucket_var()
295 static inline struct rhash_lock_head __rcu **rht_bucket_insert( in rht_bucket_insert()
322 struct rhash_lock_head __rcu **bkt) in rht_lock()
334 struct rhash_lock_head __rcu **bucket, in rht_lock_nested()
[all …]
H A Dnfslocalio.h35 struct net __rcu *net; /* nfsd's network namespace */
63 struct nfsd_file __rcu **pnf,
65 struct net *(*nfsd_file_put_local)(struct nfsd_file __rcu **);
77 struct nfsd_file __rcu **pnf,
92 static inline void nfs_to_nfsd_file_put_local(struct nfsd_file __rcu **localio) in nfs_to_nfsd_file_put_local()
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 Drhashtable-types.h20 struct rhash_head __rcu *next;
25 struct rhlist_head __rcu *next;
87 struct bucket_table __rcu *tbl;
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;
H A Drculist.h32 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next)))
43 #define list_bidir_prev_rcu(list) (*((struct list_head __rcu **)(&(list)->prev)))
63 #define list_tail_rcu(head) (*((struct list_head __rcu **)(&(head)->prev)))
619 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); in hlist_replace_rcu()
649 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first)))
650 #define hlist_next_rcu(node) (*((struct hlist_node __rcu **)(&(node)->next)))
651 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev)))
/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 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;
209 struct fib6_info __rcu *from;
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;
131 union nested_table __rcu **prev, in nested_table_alloc()
174 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc()
237 struct rhash_lock_head __rcu **bkt, in rhashtable_rehash_one()
244 struct rhash_head __rcu **pprev = NULL; in rhashtable_rehash_one()
292 struct rhash_lock_head __rcu **bkt = rht_bucket_var(old_tbl, old_hash); in rhashtable_rehash_chain()
528 struct rhash_lock_head __rcu **bkt, in rhashtable_lookup_one()
536 struct rhash_head __rcu **pprev = NULL; in rhashtable_lookup_one()
579 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 Dxfrm.h15 struct hlist_head __rcu *table;
42 struct hlist_head __rcu *state_bydst;
43 struct hlist_head __rcu *state_bysrc;
44 struct hlist_head __rcu *state_byspi;
45 struct hlist_head __rcu *state_byseq;
62 struct sock __rcu *nlsk;
H A Dipv4.h51 struct sock __rcu *sk;
115 struct ip_ra_chain __rcu *ra_chain;
119 struct fib_table __rcu *fib_main;
120 struct fib_table __rcu *fib_default;
236 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
237 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
278 struct mr_table __rcu *mrt;
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/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()
238 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_register()
285 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/drivers/dma-buf/
H A Ddma-fence.c581 const char __rcu *timeline; in dma_fence_release()
582 const char __rcu *driver; in dma_fence_release()
1040 const char __rcu *timeline = (const char __rcu *)""; in dma_fence_describe()
1041 const char __rcu *driver = (const char __rcu *)""; in dma_fence_describe()
1164 const char __rcu *dma_fence_driver_name(struct dma_fence *fence) in dma_fence_driver_name()
1171 return (const char __rcu *)ops->get_driver_name(fence); in dma_fence_driver_name()
1173 return (const char __rcu *)"detached-driver"; in dma_fence_driver_name()
1197 const char __rcu *dma_fence_timeline_name(struct dma_fence *fence) in dma_fence_timeline_name()
1204 return (const char __rcu *)ops->get_driver_name(fence); in dma_fence_timeline_name()
1206 return (const char __rcu *)"signaled-timeline"; in dma_fence_timeline_name()
/linux/net/core/
H A Dgen_estimator.c134 struct net_rate_estimator __rcu **rate_est, in gen_new_estimator()
207 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est) in gen_kill_estimator()
237 struct net_rate_estimator __rcu **rate_est, in gen_replace_estimator()
252 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est) in gen_estimator_active()
258 bool gen_estimator_read(struct net_rate_estimator __rcu **rate_est, in gen_estimator_read()
/linux/drivers/net/wireguard/
H A Dnoise.h44 struct noise_keypair __rcu *current_keypair;
45 struct noise_keypair __rcu *previous_keypair;
46 struct noise_keypair __rcu *next_keypair;

12345678910>>...14