Searched refs:__rcu (Results 26 - 50 of 482) sorted by relevance

1234567891011>>

/linux-master/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_lis
[all...]
H A Dioam6.h22 struct ioam6_schema __rcu *schema;
33 struct ioam6_namespace __rcu *ns;
/linux-master/include/linux/
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 Dif_tap.h39 struct tap_queue __rcu *taps[MAX_TAP_QUEUES];
67 struct tap_dev __rcu *tap;
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 Dfdtable.h29 struct file __rcu **fd; /* current fd array */
57 struct fdtable __rcu *fdt;
67 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
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(
293 static inline struct rhash_lock_head __rcu **rht_bucket_var(
300 static inline struct rhash_lock_head __rcu **rht_bucket_insert(
327 struct rhash_lock_head __rcu **bkt)
338 struct rhash_lock_head __rcu **bucke
[all...]
H A Diocontext.h110 struct io_cq __rcu *icq_hint;
/linux-master/include/net/tc_act/
H A Dtc_csum.h17 struct tcf_csum_params __rcu *params;
H A Dtc_ctinfo.h20 struct tcf_ctinfo_params __rcu *params;
H A Dtc_sample.h14 struct psample_group __rcu *psample_group;
/linux-master/kernel/sched/
H A Dcpufreq.c9 DEFINE_PER_CPU(struct update_util_data __rcu *, cpufreq_update_util_data);
/linux-master/security/landlock/
H A Dfs.h36 struct landlock_object __rcu *object;
/linux-master/fs/nfs/
H A Dsysfs.h15 const char __rcu *identifier;
/linux-master/lib/
H A Dradix-tree.c80 get_slot_offset(const struct radix_tree_node *parent, void __rcu **slot)
89 void __rcu **entry = rcu_dereference_raw(parent->slots[offset]);
455 node->slots[0] = (void __rcu *)entry;
508 root->xa_head = (void __rcu *)child;
532 node->slots[0] = (void __rcu *)RADIX_TREE_RETRY;
600 void __rcu ***slotp)
603 void __rcu **slot = (void __rcu **)&root->xa_head;
682 void __rcu **slot, void *item)
707 void __rcu **slo
[all...]
/linux-master/net/ipv6/
H A Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
/linux-master/net/ipv4/
H A Dprotocol.c27 struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly;
29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
H A Dxfrm4_protocol.c21 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)
49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol);
66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr);
220 struct xfrm4_protocol __rcu **pprev;
267 struct xfrm4_protocol __rcu **pprev;
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)
33 struct xfrm_tunnel __rcu **pprev;
65 struct xfrm_tunnel __rcu **pprev;
116 struct xfrm_tunnel __rcu *head;
/linux-master/drivers/net/wireguard/
H A Ddevice.h43 struct sock __rcu *sock4, *sock6;
44 struct net __rcu *creating_net;
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-master/net/openvswitch/
H A Dmeter.h48 struct dp_meter __rcu *dp_meters[] __counted_by(n_meters);
52 struct dp_meter_instance __rcu *ti;
/linux-master/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;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h63 void __rcu *l2opt; /* optional layer 2 data */
/linux-master/drivers/gpu/drm/i915/
H A Di915_active_types.h19 struct dma_fence __rcu *fence;

Completed in 204 milliseconds

1234567891011>>