Home
last modified time | relevance | path

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

12345678910>>...26

/Linux-v6.1/kernel/rcu/
Drcu_segcblist.h22 void rcu_cblist_enqueue(struct rcu_cblist *rclp, struct rcu_head *rhp);
25 struct rcu_head *rhp);
26 struct rcu_head *rcu_cblist_dequeue(struct rcu_cblist *rclp);
133 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp);
134 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp);
137 struct rcu_head *rhp);
139 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. */
85 static inline bool rcu_reclaim_tiny(struct rcu_head *head) in rcu_reclaim_tiny()
109 struct rcu_head *next, *list; in rcu_process_callbacks()
161 static void tiny_rcu_leak_callback(struct rcu_head *rhp) in tiny_rcu_leak_callback()
170 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
249 void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in kvfree_call_rcu()
Dupdate.c362 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
418 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
424 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
445 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
462 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
476 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read()
542 static void test_callback(struct rcu_head *r) in test_callback()
552 struct rcu_head rh;
557 static struct rcu_head head; in early_boot_test_call_rcu()
558 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()
298 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp) in rcu_segcblist_first_cb()
312 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp) in rcu_segcblist_first_pend_cb()
341 struct rcu_head *rhp) in rcu_segcblist_enqueue()
361 struct rcu_head *rhp) in rcu_segcblist_entrain()
Drcu.h185 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()
204 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
209 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
481 struct rcu_head *rhp,
495 struct rcu_head *rhp,
/Linux-v6.1/include/linux/
Drcupdate.h41 void call_rcu(struct rcu_head *head, rcu_callback_t func);
187 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
226 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
278 void init_rcu_head(struct rcu_head *head);
279 void destroy_rcu_head(struct rcu_head *head);
280 void init_rcu_head_on_stack(struct rcu_head *head);
281 void destroy_rcu_head_on_stack(struct rcu_head *head);
283 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
284 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
285 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;
207 struct rcu_head *head;
208 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;
Drcutiny.h101 static inline void __kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in __kvfree_call_rcu()
115 void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func);
117 static inline void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in kvfree_call_rcu()
Dnfs_fs.h63 struct rcu_head rcu_head; member
72 struct rcu_head rcu_head; member
93 struct rcu_head rcu_head; member
108 struct rcu_head rcu_head; member
Dbpf_local_storage.h76 struct rcu_head rcu;
90 struct rcu_head rcu;
169 void bpf_local_storage_free_rcu(struct rcu_head *rcu);
Drcupdate_wait.h16 struct rcu_head head;
19 void wakeme_after_rcu(struct rcu_head *head);
/Linux-v6.1/net/batman-adv/
Dtypes.h205 struct rcu_head rcu;
277 struct rcu_head rcu;
347 struct rcu_head rcu;
500 struct rcu_head rcu;
575 struct rcu_head rcu;
634 struct rcu_head rcu;
669 struct rcu_head rcu;
738 struct rcu_head rcu;
1485 struct rcu_head rcu;
1513 struct rcu_head rcu;
[all …]
/Linux-v6.1/include/net/
Dif_inet6.h84 struct rcu_head rcu;
91 struct rcu_head rcu;
103 struct rcu_head rcu;
113 struct rcu_head rcu;
137 struct rcu_head rcu;
157 struct rcu_head rcu;
223 struct rcu_head rcu;
Dregulatory.h81 struct rcu_head rcu_head; member
230 struct rcu_head rcu_head; member
/Linux-v6.1/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()
/Linux-v6.1/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()
/Linux-v6.1/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()
/Linux-v6.1/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);
/Linux-v6.1/net/mac802154/
Dllsec.h32 struct rcu_head rcu;
44 struct rcu_head rcu;
50 struct rcu_head rcu;
/Linux-v6.1/net/mac80211/
Dsta_info.h185 struct rcu_head rcu_head; member
239 struct rcu_head rcu_head; member
331 struct rcu_head rcu_head; member
363 struct rcu_head rcu_head; member
642 struct rcu_head rcu_head; member
/Linux-v6.1/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()
/Linux-v6.1/net/openvswitch/
Dflow_table.h31 struct rcu_head rcu;
47 struct rcu_head rcu;
57 struct rcu_head rcu;

12345678910>>...26