Home
last modified time | relevance | path

Searched refs:rcu_head (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/linux/kernel/rcu/
H A Drcu_segcblist.h24 void rcu_cblist_enqueue(struct rcu_cblist *rclp, struct rcu_head *rhp);
27 struct rcu_head *rhp);
28 struct rcu_head *rcu_cblist_dequeue(struct rcu_cblist *rclp);
125 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp);
126 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp);
129 struct rcu_head *rhp);
131 struct rcu_head *rhp);
H A Dupdate.c402 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
458 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
464 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
485 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
502 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
516 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read()
592 static void test_callback(struct rcu_head *r) in test_callback()
602 struct rcu_head rh;
607 static struct rcu_head head; in early_boot_test_call_rcu()
609 static struct rcu_head shead; in early_boot_test_call_rcu()
H A Drcu_segcblist.c28 void rcu_cblist_enqueue(struct rcu_cblist *rclp, struct rcu_head *rhp) in rcu_cblist_enqueue()
45 struct rcu_head *rhp) in rcu_cblist_flush_enqueue()
67 struct rcu_head *rcu_cblist_dequeue(struct rcu_cblist *rclp) in rcu_cblist_dequeue()
69 struct rcu_head *rhp; in rcu_cblist_dequeue()
287 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp) in rcu_segcblist_first_cb()
301 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp) in rcu_segcblist_first_pend_cb()
330 struct rcu_head *rhp) in rcu_segcblist_enqueue()
350 struct rcu_head *rhp) in rcu_segcblist_entrain()
/linux/include/linux/
H A Drcupdate.h41 void call_rcu(struct rcu_head *head, rcu_callback_t func);
111 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func);
113 static inline void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry()
169 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
305 void init_rcu_head(struct rcu_head *head);
306 void destroy_rcu_head(struct rcu_head *head);
307 void init_rcu_head_on_stack(struct rcu_head *head);
308 void destroy_rcu_head_on_stack(struct rcu_head *head);
310 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
311 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
[all …]
H A Drcu_segcblist.h22 struct rcu_head *head;
23 struct rcu_head **tail;
191 struct rcu_head *head;
192 struct rcu_head **tails[RCU_CBLIST_NSEGS];
H A Dwatch_queue.h30 struct rcu_head rcu;
39 struct rcu_head rcu;
56 struct rcu_head rcu;
73 struct rcu_head rcu;
H A Dnfs_fs.h68 struct rcu_head rcu_head; member
77 struct rcu_head rcu_head; member
115 struct rcu_head rcu_head; member
131 struct rcu_head rcu_head; member
H A Dtypes.h246 #define rcu_head callback_head macro
248 typedef void (*rcu_callback_t)(struct rcu_head *head);
249 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
H A Drcupdate_wait.h17 struct rcu_head head;
23 void wakeme_after_rcu(struct rcu_head *head);
/linux/include/net/
H A Dif_inet6.h80 struct rcu_head rcu;
87 struct rcu_head rcu;
99 struct rcu_head rcu;
109 struct rcu_head rcu;
133 struct rcu_head rcu;
153 struct rcu_head rcu;
219 struct rcu_head rcu;
H A Dregulatory.h79 struct rcu_head rcu_head; member
218 struct rcu_head rcu_head; member
/linux/kernel/events/
H A Dinternal.h15 struct rcu_head rcu_head; member
65 static inline void rb_free_rcu(struct rcu_head *rcu_head) in rb_free_rcu() argument
69 rb = container_of(rcu_head, struct perf_buffer, rcu_head); in rb_free_rcu()
/linux/tools/testing/shared/linux/
H A Dradix-tree.h10 static inline void trace_call_rcu(struct rcu_head *head, in trace_call_rcu()
11 void (*func)(struct rcu_head *head)) in trace_call_rcu()
15 offsetof(struct radix_tree_node, rcu_head)); in trace_call_rcu()
/linux/net/netfilter/ipvs/
H A Dip_vs_lblcr.c88 struct rcu_head rcu_head;
123 static void ip_vs_lblcr_elem_rcu_free(struct rcu_head *head)
127 e = container_of(head, struct ip_vs_dest_set_elem, rcu_head); in ip_vs_lblcr_elem_rcu_free()
143 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free); in ip_vs_dest_set_erase()
155 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free); in ip_vs_dest_set_eraseall()
263 struct rcu_head rcu_head;
271 struct rcu_head rcu_head;
89 struct rcu_head rcu_head; global() member
264 struct rcu_head rcu_head; global() member
272 struct rcu_head rcu_head; global() member
[all...]
H A Dip_vs_lblc.c93 struct rcu_head rcu_head;
101 struct rcu_head rcu_head;
128 static void ip_vs_lblc_rcu_free(struct rcu_head *head)
132 rcu_head); in ip_vs_lblc_rcu_free()
141 call_rcu(&en->rcu_head, ip_vs_lblc_rcu_free); in ip_vs_lblc_del()
392 kfree_rcu(tbl, rcu_head); in ip_vs_lblc_done_svc()
94 struct rcu_head rcu_head; global() member
102 struct rcu_head rcu_head; global() member
H A Dip_vs_mh.c61 struct rcu_head rcu_head;
371 static void ip_vs_mh_state_free(struct rcu_head *head)
375 s = container_of(head, struct ip_vs_mh_state, rcu_head); in ip_vs_mh_state_free()
409 ip_vs_mh_state_free(&s->rcu_head); in ip_vs_mh_init_svc()
425 call_rcu(&s->rcu_head, ip_vs_mh_state_free); in ip_vs_mh_done_svc()
62 struct rcu_head rcu_head; global() member
/linux/net/mac80211/
H A Dsta_info.h185 struct rcu_head rcu_head; member
239 struct rcu_head rcu_head; member
328 struct rcu_head rcu_head; member
360 struct rcu_head rcu_head; member
704 struct rcu_head rcu_head; member
/linux/net/mac802154/
H A Dllsec.h32 struct rcu_head rcu;
44 struct rcu_head rcu;
50 struct rcu_head rcu;
/linux/net/hsr/
H A Dhsr_main.h157 struct rcu_head rcu;
186 struct rcu_head rcu_head; member
190 struct rcu_head rcu_head; member
/linux/lib/
H A Dradix-tree.h5 struct rcu_head;
8 extern void radix_tree_node_rcu_free(struct rcu_head *head);
/linux/net/openvswitch/
H A Dflow_table.h31 struct rcu_head rcu;
47 struct rcu_head rcu;
57 struct rcu_head rcu;
/linux/include/linux/netfilter/
H A Dnfnetlink_osf.h19 struct rcu_head rcu_head; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtime_sync.h9 struct rcu_head rcu_head; member
/linux/net/ipv6/
H A Dxfrm6_tunnel.c50 struct rcu_head rcu_head; member
181 static void x6spi_destroy_rcu(struct rcu_head *head) in x6spi_destroy_rcu()
184 container_of(head, struct xfrm6_tunnel_spi, rcu_head)); in x6spi_destroy_rcu()
203 call_rcu(&x6spi->rcu_head, x6spi_destroy_rcu); in xfrm6_tunnel_free_spi()
/linux/kernel/livepatch/
H A Dshadow.c56 struct rcu_head rcu_head; member
240 kfree_rcu(shadow, rcu_head); in klp_shadow_free_struct()

12345678910>>...22