Home
last modified time | relevance | path

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

12345678910>>...25

/kernel/linux/linux-5.10/kernel/rcu/
Drcu_segcblist.h19 void rcu_cblist_enqueue(struct rcu_cblist *rclp, struct rcu_head *rhp);
22 struct rcu_head *rhp);
23 struct rcu_head *rcu_cblist_dequeue(struct rcu_cblist *rclp);
84 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp);
85 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp);
88 struct rcu_head *rhp);
90 struct rcu_head *rhp);
Dtiny.c32 struct rcu_head *rcucblist; /* List of pending callbacks (CBs). */
33 struct rcu_head **donetail; /* ->next pointer of last "done" CB. */
34 struct rcu_head **curtail; /* ->next pointer of last CB. */
82 static inline bool rcu_reclaim_tiny(struct rcu_head *head) in rcu_reclaim_tiny()
106 struct rcu_head *next, *list; in rcu_process_callbacks()
160 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
Dupdate.c360 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
409 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
415 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
436 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
453 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
467 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read()
518 static void test_callback(struct rcu_head *r) in test_callback()
527 struct rcu_head rh;
532 static struct rcu_head head; in early_boot_test_call_rcu()
533 static struct rcu_head shead; in early_boot_test_call_rcu()
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()
202 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp) in rcu_segcblist_first_cb()
216 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp) in rcu_segcblist_first_pend_cb()
245 struct rcu_head *rhp) in rcu_segcblist_enqueue()
265 struct rcu_head *rhp) in rcu_segcblist_entrain()
Drcu.h172 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
183 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
191 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
196 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
458 struct rcu_head *rhp,
472 struct rcu_head *rhp,
Dtasks.h48 struct rcu_head *cbs_head;
49 struct rcu_head **cbs_tail;
152 static void call_rcu_tasks_generic(struct rcu_head *rhp, rcu_callback_t func, in call_rcu_tasks_generic()
185 struct rcu_head *list; in rcu_tasks_kthread()
186 struct rcu_head *next; in rcu_tasks_kthread()
495 void call_rcu_tasks(struct rcu_head *rhp, rcu_callback_t func);
516 void call_rcu_tasks(struct rcu_head *rhp, rcu_callback_t func) in call_rcu_tasks()
627 void call_rcu_tasks_rude(struct rcu_head *rhp, rcu_callback_t func);
649 void call_rcu_tasks_rude(struct rcu_head *rhp, rcu_callback_t func) in call_rcu_tasks_rude()
758 void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func);
[all …]
/kernel/linux/linux-5.10/include/linux/
Drcupdate.h40 void call_rcu(struct rcu_head *head, rcu_callback_t func);
158 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
186 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
237 void init_rcu_head(struct rcu_head *head);
238 void destroy_rcu_head(struct rcu_head *head);
239 void init_rcu_head_on_stack(struct rcu_head *head);
240 void destroy_rcu_head_on_stack(struct rcu_head *head);
242 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
243 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
244 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
[all …]
Drcu_segcblist.h22 struct rcu_head *head;
23 struct rcu_head **tail;
67 struct rcu_head *head;
68 struct rcu_head **tails[RCU_CBLIST_NSEGS];
Dwatch_queue.h30 struct rcu_head rcu;
39 struct rcu_head rcu;
57 struct rcu_head rcu;
74 struct rcu_head rcu;
Drcupdate_wait.h16 struct rcu_head head;
19 void wakeme_after_rcu(struct rcu_head *head);
/kernel/linux/linux-5.10/net/batman-adv/
Dtypes.h209 struct rcu_head rcu;
287 struct rcu_head rcu;
357 struct rcu_head rcu;
510 struct rcu_head rcu;
585 struct rcu_head rcu;
644 struct rcu_head rcu;
679 struct rcu_head rcu;
748 struct rcu_head rcu;
1502 struct rcu_head rcu;
1533 struct rcu_head rcu;
[all …]
/kernel/linux/linux-5.10/kernel/events/
Dinternal.h15 struct rcu_head rcu_head; member
63 static inline void rb_free_rcu(struct rcu_head *rcu_head) in rb_free_rcu() argument
67 rb = container_of(rcu_head, struct perf_buffer, rcu_head); in rb_free_rcu()
Dcallchain.c18 struct rcu_head rcu_head; member
48 static void release_callchain_buffers_rcu(struct rcu_head *head) in release_callchain_buffers_rcu()
53 entries = container_of(head, struct callchain_cpus_entries, rcu_head); in release_callchain_buffers_rcu()
67 call_rcu(&entries->rcu_head, release_callchain_buffers_rcu); in release_callchain_buffers()
/kernel/linux/linux-5.10/tools/testing/radix-tree/linux/
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()
/kernel/linux/linux-5.10/include/net/
Dregulatory.h78 struct rcu_head rcu_head; member
227 struct rcu_head rcu_head; member
Dif_inet6.h74 struct rcu_head rcu;
96 struct rcu_head rcu;
149 struct rcu_head rcu;
206 struct rcu_head rcu;
Dmacsec.h123 struct rcu_head rcu;
150 struct rcu_head rcu_head; member
173 struct rcu_head rcu;
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_lblcr.c89 struct rcu_head rcu_head; member
124 static void ip_vs_lblcr_elem_rcu_free(struct rcu_head *head) in ip_vs_lblcr_elem_rcu_free()
128 e = container_of(head, struct ip_vs_dest_set_elem, rcu_head); in ip_vs_lblcr_elem_rcu_free()
144 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free); in ip_vs_dest_set_erase()
156 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free); in ip_vs_dest_set_eraseall()
264 struct rcu_head rcu_head; member
272 struct rcu_head rcu_head; member
305 kfree_rcu(en, rcu_head); in ip_vs_lblcr_free()
556 kfree_rcu(tbl, rcu_head); in ip_vs_lblcr_done_svc()
Dip_vs_lblc.c94 struct rcu_head rcu_head; member
102 struct rcu_head rcu_head; member
130 static void ip_vs_lblc_rcu_free(struct rcu_head *head) in ip_vs_lblc_rcu_free()
134 rcu_head); in ip_vs_lblc_rcu_free()
143 call_rcu(&en->rcu_head, ip_vs_lblc_rcu_free); in ip_vs_lblc_del()
393 kfree_rcu(tbl, rcu_head); in ip_vs_lblc_done_svc()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
Dtypes.h143 #define rcu_head callback_head macro
145 typedef void (*rcu_callback_t)(struct rcu_head *head);
146 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.h181 struct rcu_head rcu_head; member
235 struct rcu_head rcu_head; member
327 struct rcu_head rcu_head; member
359 struct rcu_head rcu_head; member
566 struct rcu_head rcu_head; member
/kernel/linux/linux-5.10/net/mac802154/
Dllsec.h32 struct rcu_head rcu;
44 struct rcu_head rcu;
50 struct rcu_head rcu;
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.c7 struct rcu_head;
9 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
/kernel/linux/linux-5.10/net/openvswitch/
Dflow_table.h31 struct rcu_head rcu;
47 struct rcu_head rcu;
57 struct rcu_head rcu;
/kernel/linux/linux-5.10/include/linux/netfilter/
Dnfnetlink_osf.h19 struct rcu_head rcu_head; member

12345678910>>...25