| /linux/kernel/rcu/ |
| H A 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); 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 D | update.c | 402 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 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() 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 D | rcupdate.h | 41 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 D | rcu_segcblist.h | 22 struct rcu_head *head; 23 struct rcu_head **tail; 191 struct rcu_head *head; 192 struct rcu_head **tails[RCU_CBLIST_NSEGS];
|
| H A D | watch_queue.h | 30 struct rcu_head rcu; 39 struct rcu_head rcu; 56 struct rcu_head rcu; 73 struct rcu_head rcu;
|
| H A D | nfs_fs.h | 68 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 D | types.h | 246 #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 D | rcupdate_wait.h | 17 struct rcu_head head; 23 void wakeme_after_rcu(struct rcu_head *head);
|
| /linux/include/net/ |
| H A 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;
|
| H A D | regulatory.h | 79 struct rcu_head rcu_head; member 218 struct rcu_head rcu_head; member
|
| /linux/kernel/events/ |
| H A D | internal.h | 15 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 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/net/netfilter/ipvs/ |
| H A D | ip_vs_lblcr.c | 88 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 D | ip_vs_lblc.c | 93 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 D | ip_vs_mh.c | 61 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 D | sta_info.h | 185 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 D | llsec.h | 32 struct rcu_head rcu; 44 struct rcu_head rcu; 50 struct rcu_head rcu;
|
| /linux/net/hsr/ |
| H A D | hsr_main.h | 157 struct rcu_head rcu; 186 struct rcu_head rcu_head; member 190 struct rcu_head rcu_head; member
|
| /linux/lib/ |
| H A D | radix-tree.h | 5 struct rcu_head; 8 extern void radix_tree_node_rcu_free(struct rcu_head *head);
|
| /linux/net/openvswitch/ |
| H A D | flow_table.h | 31 struct rcu_head rcu; 47 struct rcu_head rcu; 57 struct rcu_head rcu;
|
| /linux/include/linux/netfilter/ |
| H A D | nfnetlink_osf.h | 19 struct rcu_head rcu_head; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | time_sync.h | 9 struct rcu_head rcu_head; member
|
| /linux/net/ipv6/ |
| H A D | xfrm6_tunnel.c | 50 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 D | shadow.c | 56 struct rcu_head rcu_head; member 240 kfree_rcu(shadow, rcu_head); in klp_shadow_free_struct()
|