Home
last modified time | relevance | path

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

12345678910>>...27

/linux-6.3-rc2/kernel/rcu/
A 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, void *ptr) in kvfree_call_rcu()
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);
135 struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp);
136 struct rcu_head *rcu_segcblist_first_pend_cb(struct rcu_segcblist *rsclp);
139 struct rcu_head *rhp);
141 struct rcu_head *rhp);
A Dupdate.c401 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
457 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
463 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
484 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
501 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
515 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read()
585 static void test_callback(struct rcu_head *r) in test_callback()
595 struct rcu_head rh;
600 static struct rcu_head head; in early_boot_test_call_rcu()
602 static struct rcu_head shead; in early_boot_test_call_rcu()
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()
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()
A 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()
501 struct rcu_head *rhp,
515 struct rcu_head *rhp,
/linux-6.3-rc2/include/linux/
A Drcupdate.h41 void call_rcu(struct rcu_head *head, rcu_callback_t func);
112 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func);
196 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
301 void init_rcu_head(struct rcu_head *head);
302 void destroy_rcu_head(struct rcu_head *head);
303 void init_rcu_head_on_stack(struct rcu_head *head);
304 void destroy_rcu_head_on_stack(struct rcu_head *head);
306 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
307 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
1063 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
[all …]
A 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];
A Dwatch_queue.h30 struct rcu_head rcu;
39 struct rcu_head rcu;
57 struct rcu_head rcu;
74 struct rcu_head rcu;
A Drcutiny.h101 static inline void __kvfree_call_rcu(struct rcu_head *head, void *ptr) in __kvfree_call_rcu()
115 void kvfree_call_rcu(struct rcu_head *head, void *ptr);
117 static inline void kvfree_call_rcu(struct rcu_head *head, void *ptr) in kvfree_call_rcu()
A Dnfs_fs.h64 struct rcu_head rcu_head; member
73 struct rcu_head rcu_head; member
94 struct rcu_head rcu_head; member
109 struct rcu_head rcu_head; member
A Dbpf_local_storage.h76 struct rcu_head rcu;
90 struct rcu_head rcu;
166 void bpf_local_storage_free_rcu(struct rcu_head *rcu);
A Drcupdate_wait.h16 struct rcu_head head;
19 void wakeme_after_rcu(struct rcu_head *head);
/linux-6.3-rc2/net/batman-adv/
A 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-6.3-rc2/include/net/
A 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;
A Dregulatory.h81 struct rcu_head rcu_head; member
230 struct rcu_head rcu_head; member
/linux-6.3-rc2/kernel/events/
A 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()
A 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-6.3-rc2/tools/testing/radix-tree/linux/
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-6.3-rc2/net/netfilter/ipvs/
A 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()
A 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-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
A 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-6.3-rc2/net/mac802154/
A Dllsec.h32 struct rcu_head rcu;
44 struct rcu_head rcu;
50 struct rcu_head rcu;
/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dmisc.c7 struct rcu_head;
9 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
/linux-6.3-rc2/net/mac80211/
A 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
649 struct rcu_head rcu_head; member
/linux-6.3-rc2/net/openvswitch/
A Dflow_table.h31 struct rcu_head rcu;
47 struct rcu_head rcu;
57 struct rcu_head rcu;

Completed in 49 milliseconds

12345678910>>...27