/linux-6.6.21/kernel/rcu/ |
D | tiny.c | 32 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()
|
D | rcu_segcblist.h | 24 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);
|
D | update.c | 401 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()
|
D | rcu_segcblist.c | 28 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()
|
D | rcu.h | 222 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue() 233 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue() 241 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue() 246 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue() 548 struct rcu_head *rhp, 562 struct rcu_head *rhp,
|
/linux-6.6.21/include/linux/ |
D | rcupdate.h | 42 void call_rcu(struct rcu_head *head, rcu_callback_t func); 113 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func); 115 static inline void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry() 172 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func); 211 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func); 277 void init_rcu_head(struct rcu_head *head); 278 void destroy_rcu_head(struct rcu_head *head); 279 void init_rcu_head_on_stack(struct rcu_head *head); 280 void destroy_rcu_head_on_stack(struct rcu_head *head); 282 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head() [all …]
|
D | rcu_segcblist.h | 22 struct rcu_head *head; 23 struct rcu_head **tail; 207 struct rcu_head *head; 208 struct rcu_head **tails[RCU_CBLIST_NSEGS];
|
D | watch_queue.h | 30 struct rcu_head rcu; 39 struct rcu_head rcu; 56 struct rcu_head rcu; 73 struct rcu_head rcu;
|
D | rcutiny.h | 101 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()
|
D | nfs_fs.h | 68 struct rcu_head rcu_head; member 77 struct rcu_head rcu_head; member 98 struct rcu_head rcu_head; member 113 struct rcu_head rcu_head; member
|
D | rcupdate_wait.h | 16 struct rcu_head head; 19 void wakeme_after_rcu(struct rcu_head *head);
|
/linux-6.6.21/net/batman-adv/ |
D | types.h | 205 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.6.21/include/net/ |
D | if_inet6.h | 80 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;
|
D | regulatory.h | 81 struct rcu_head rcu_head; member 219 struct rcu_head rcu_head; member
|
D | macsec.h | 139 struct rcu_head rcu; 166 struct rcu_head rcu_head; member 189 struct rcu_head rcu;
|
/linux-6.6.21/kernel/events/ |
D | internal.h | 15 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()
|
D | callchain.c | 18 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.6.21/tools/testing/radix-tree/linux/ |
D | radix-tree.h | 10 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.6.21/net/netfilter/ipvs/ |
D | ip_vs_lblcr.c | 89 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()
|
D | ip_vs_lblc.c | 94 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.6.21/net/mac802154/ |
D | llsec.h | 32 struct rcu_head rcu; 44 struct rcu_head rcu; 50 struct rcu_head rcu;
|
/linux-6.6.21/lib/ |
D | radix-tree.h | 5 struct rcu_head; 8 extern void radix_tree_node_rcu_free(struct rcu_head *head);
|
/linux-6.6.21/net/mac80211/ |
D | sta_info.h | 185 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 654 struct rcu_head rcu_head; member
|
/linux-6.6.21/net/openvswitch/ |
D | flow_table.h | 31 struct rcu_head rcu; 47 struct rcu_head rcu; 57 struct rcu_head rcu;
|
/linux-6.6.21/include/linux/netfilter/ |
D | nfnetlink_osf.h | 19 struct rcu_head rcu_head; member
|