/Linux-v5.10/include/linux/ |
D | radix-tree.h | 175 static inline void *radix_tree_deref_slot(void __rcu **slot) in radix_tree_deref_slot() 189 static inline void *radix_tree_deref_slot_protected(void __rcu **slot, in radix_tree_deref_slot_protected() 220 struct radix_tree_node **nodep, void __rcu ***slotp); 222 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *, 225 void __rcu **slot, void *entry); 227 const struct radix_tree_iter *, void __rcu **slot, void *entry); 229 void __rcu **slot, void *entry); 231 struct radix_tree_iter *iter, void __rcu **slot); 252 void __rcu ***results, unsigned long first_index, 261 void __rcu **idr_get_free(struct radix_tree_root *root, [all …]
|
D | rhashtable.h | 83 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() 335 struct rhash_lock_head __rcu **bucket, in rht_lock_nested() [all …]
|
D | rcupdate.h | 381 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) 417 rcu_check_sparse(p, __rcu); \ 462 #define rcu_access_pointer(p) __rcu_access_pointer((p), __rcu) 498 __rcu_dereference_check((p), (c) || rcu_read_lock_held(), __rcu) 508 __rcu_dereference_check((p), (c) || rcu_read_lock_bh_held(), __rcu) 519 __rcu) 528 #define rcu_dereference_raw_check(p) __rcu_dereference_check((p), 1, __rcu) 547 __rcu_dereference_protected((p), (c), __rcu) 822 rcu_check_sparse(p, __rcu); \
|
D | notifier.h | 56 struct notifier_block __rcu *next; 62 struct notifier_block __rcu *head; 67 struct notifier_block __rcu *head; 71 struct notifier_block __rcu *head; 77 struct notifier_block __rcu *head;
|
D | rhashtable-types.h | 18 struct rhash_head __rcu *next; 23 struct rhlist_head __rcu *next; 82 struct bucket_table __rcu *tbl;
|
D | igmp.h | 54 struct ip_mc_socklist __rcu *next_rcu; 57 struct ip_sf_socklist __rcu *sflist; 79 struct ip_mc_list __rcu *next_rcu; 81 struct ip_mc_list __rcu *next_hash;
|
D | watch_queue.h | 39 struct watch_filter __rcu *filter; 59 struct watch_queue __rcu *queue; /* Queue to post events to */ 61 struct watch_list __rcu *watch_list;
|
D | fdtable.h | 29 struct file __rcu **fd; /* current fd array */ 57 struct fdtable __rcu *fdt; 67 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
|
D | bpf_local_storage.h | 63 struct bpf_local_storage_map __rcu *smap; 71 struct bpf_local_storage __rcu *local_storage; 81 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
|
/Linux-v5.10/include/net/netns/ |
D | netfilter.h | 15 const struct nf_queue_handler __rcu *queue_handler; 16 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO]; 20 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS]; 21 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS]; 23 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS]; 26 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS]; 29 struct nf_hook_entries __rcu *hooks_decnet[NF_DN_NUMHOOKS];
|
D | xfrm.h | 15 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;
|
D | ipv4.h | 53 struct ip_ra_chain __rcu *ra_chain; 59 struct fib_table __rcu *fib_main; 60 struct fib_table __rcu *fib_default; 180 const struct tcp_congestion_ops __rcu *tcp_congestion_control; 181 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
|
D | mpls.h | 16 struct mpls_route __rcu * __rcu *platform_label;
|
/Linux-v5.10/lib/ |
D | radix-tree.c | 78 get_slot_offset(const struct radix_tree_node *parent, void __rcu **slot) in get_slot_offset() 87 void __rcu **entry = rcu_dereference_raw(parent->slots[offset]); in radix_tree_descend() 453 node->slots[0] = (void __rcu *)entry; in radix_tree_extend() 506 root->xa_head = (void __rcu *)child; in radix_tree_shrink() 530 node->slots[0] = (void __rcu *)RADIX_TREE_RETRY; in radix_tree_shrink() 598 void __rcu ***slotp) in __radix_tree_create() 601 void __rcu **slot = (void __rcu **)&root->xa_head; in __radix_tree_create() 680 void __rcu **slot, void *item, bool replace) in insert_entries() 705 void __rcu **slot; in radix_tree_insert() 747 void __rcu ***slotp) in __radix_tree_lookup() [all …]
|
/Linux-v5.10/include/net/ |
D | gen_stats.h | 58 struct net_rate_estimator __rcu **ptr); 71 struct net_rate_estimator __rcu **rate_est, 74 void gen_kill_estimator(struct net_rate_estimator __rcu **ptr); 77 struct net_rate_estimator __rcu **ptr, 80 bool gen_estimator_active(struct net_rate_estimator __rcu **ptr); 81 bool gen_estimator_read(struct net_rate_estimator __rcu **ptr,
|
D | protocol.h | 97 extern struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS]; 98 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS]; 99 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS]; 102 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
|
D | ip6_fib.h | 73 struct fib6_node __rcu *parent; 74 struct fib6_node __rcu *left; 75 struct fib6_node __rcu *right; 77 struct fib6_node __rcu *subtree; 79 struct fib6_info __rcu *leaf; 84 struct fib6_info __rcu *rr_ptr; 160 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; 165 struct fib6_info __rcu *fib6_next; 166 struct fib6_node __rcu *fib6_node; 207 struct fib6_info __rcu *from;
|
/Linux-v5.10/net/openvswitch/ |
D | flow_table.h | 51 struct sw_flow_mask __rcu *masks[]; 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-v5.10/drivers/net/wireguard/ |
D | allowedips.h | 16 struct wg_peer __rcu *peer; 17 struct allowedips_node __rcu *bit[2]; 33 struct allowedips_node __rcu *root4; 34 struct allowedips_node __rcu *root6;
|
/Linux-v5.10/net/ipv4/ |
D | xfrm4_protocol.c | 21 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly; 22 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly; 23 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly; 26 static inline struct xfrm4_protocol __rcu **proto_handlers(u8 protocol) in proto_handlers() 49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb() 66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap() 223 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_register() 270 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_deregister()
|
D | tunnel4.c | 19 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-v5.10/net/ipv6/ |
D | xfrm6_protocol.c | 22 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()
|
D | tunnel6.c | 22 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-v5.10/net/netfilter/ |
D | core.c | 31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; 185 int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp, in nf_hook_entries_insert_raw() 223 struct nf_hook_entries __rcu **pp) in __nf_hook_entries_try_shrink() 266 static struct nf_hook_entries __rcu ** 381 struct nf_hook_entries __rcu **pp; in __nf_register_net_hook() 458 struct nf_hook_entries __rcu **pp; in __nf_unregister_net_hook() 507 void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp, in nf_hook_entries_delete_raw() 639 struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly; 642 struct nf_ct_hook __rcu *nf_ct_hook __read_mostly; 650 __rcu __read_mostly; [all …]
|
/Linux-v5.10/net/core/ |
D | gen_estimator.c | 126 struct net_rate_estimator __rcu **rate_est, in gen_new_estimator() 196 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est) in gen_kill_estimator() 224 struct net_rate_estimator __rcu **rate_est, in gen_replace_estimator() 239 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est) in gen_estimator_active() 245 bool gen_estimator_read(struct net_rate_estimator __rcu **rate_est, in gen_estimator_read()
|