| /net/batman-adv/ |
| A D | types.h | 211 struct rcu_head rcu; 283 struct rcu_head rcu; 353 struct rcu_head rcu; 506 struct rcu_head rcu; 581 struct rcu_head rcu; 637 struct rcu_head rcu; 672 struct rcu_head rcu; 741 struct rcu_head rcu; 1535 struct rcu_head rcu; 1563 struct rcu_head rcu; [all …]
|
| /net/netfilter/ipvs/ |
| A 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 304 kfree_rcu(en, rcu_head); in ip_vs_lblcr_free() 556 kfree_rcu(tbl, rcu_head); in ip_vs_lblcr_done_svc()
|
| A D | ip_vs_lblc.c | 94 struct rcu_head rcu_head; member 102 struct rcu_head rcu_head; member 129 static void ip_vs_lblc_rcu_free(struct rcu_head *head) in ip_vs_lblc_rcu_free() 133 rcu_head); in ip_vs_lblc_rcu_free() 142 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()
|
| A D | ip_vs_mh.c | 62 struct rcu_head rcu_head; member 372 static void ip_vs_mh_state_free(struct rcu_head *head) in ip_vs_mh_state_free() 376 s = container_of(head, struct ip_vs_mh_state, rcu_head); in ip_vs_mh_state_free() 410 ip_vs_mh_state_free(&s->rcu_head); in ip_vs_mh_init_svc() 426 call_rcu(&s->rcu_head, ip_vs_mh_state_free); in ip_vs_mh_done_svc()
|
| A D | ip_vs_dh.c | 65 struct rcu_head rcu_head; member 181 kfree_rcu(s, rcu_head); in ip_vs_dh_done_svc()
|
| A D | ip_vs_wrr.c | 65 struct rcu_head rcu_head; member 134 kfree_rcu(mark, rcu_head); in ip_vs_wrr_done_svc()
|
| A D | ip_vs_sh.c | 69 struct rcu_head rcu_head; member 257 kfree_rcu(s, rcu_head); in ip_vs_sh_done_svc()
|
| /net/mac80211/ |
| 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
|
| A D | ieee80211_i.h | 277 struct rcu_head rcu_head; member 281 struct rcu_head rcu_head; member 288 struct rcu_head rcu_head; member 294 struct rcu_head rcu_head; member 300 struct rcu_head rcu_head; member 713 struct rcu_head rcu_head; member 909 struct rcu_head rcu_head; member 931 struct rcu_head rcu_head; member
|
| /net/hsr/ |
| A D | hsr_main.h | 157 struct rcu_head rcu; 186 struct rcu_head rcu_head; member 190 struct rcu_head rcu_head; member
|
| A D | hsr_framereg.h | 96 struct rcu_head rcu_head; member
|
| /net/mac802154/ |
| A D | llsec.h | 32 struct rcu_head rcu; 44 struct rcu_head rcu; 50 struct rcu_head rcu;
|
| /net/openvswitch/ |
| A D | flow_table.h | 31 struct rcu_head rcu; 47 struct rcu_head rcu; 57 struct rcu_head rcu;
|
| A D | meter.h | 34 struct rcu_head rcu; 45 struct rcu_head rcu;
|
| A D | flow.h | 185 struct rcu_head rcu; 207 struct rcu_head rcu; 222 struct rcu_head rcu;
|
| A D | vport.h | 55 struct rcu_head rcu; 87 struct rcu_head rcu;
|
| /net/ipv6/ |
| 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()
|
| /net/netfilter/ |
| A D | nfnetlink_acct.c | 36 struct rcu_head rcu_head; member 336 kfree_rcu(cur, rcu_head); in nfnl_acct_try_del() 447 kfree_rcu(acct, rcu_head); in nfnl_acct_put() 519 kfree_rcu(cur, rcu_head); in nfnl_acct_net_exit()
|
| A D | nf_conncount.c | 53 struct rcu_head rcu_head; member 278 static void __tree_nodes_free(struct rcu_head *h) in __tree_nodes_free() 282 rbconn = container_of(h, struct nf_conncount_rb, rcu_head); in __tree_nodes_free() 298 call_rcu(&rbconn->rcu_head, __tree_nodes_free); in tree_nodes_free()
|
| A D | nfnetlink_cttimeout.c | 39 struct rcu_head rcu_head; member 323 kfree_rcu(timeout, rcu_head); in ctnl_timeout_try_del() 531 kfree_rcu(timeout, rcu_head); in ctnl_timeout_put() 615 kfree_rcu(cur, rcu_head); in cttimeout_net_exit()
|
| /net/bridge/ |
| A D | br_private_cfm.h | 134 struct rcu_head rcu; 144 struct rcu_head rcu;
|
| /net/tipc/ |
| A D | name_table.h | 88 struct rcu_head rcu; 106 struct rcu_head rcu;
|
| /net/core/ |
| A D | gro_cells.c | 93 struct rcu_head rcu; 97 static void percpu_free_defer_callback(struct rcu_head *head) in percpu_free_defer_callback()
|
| A D | dst.c | 128 static void dst_destroy_rcu(struct rcu_head *head) in dst_destroy_rcu() 130 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() 177 call_rcu_hurry(&dst->rcu_head, dst_destroy_rcu); in dst_release()
|
| /net/sunrpc/auth_gss/ |
| A D | svcauth_gss.c | 103 struct rcu_head rcu_head; member 117 static void rsi_free_rcu(struct rcu_head *head) in rsi_free_rcu() 119 struct rsi *rsii = container_of(head, struct rsi, rcu_head); in rsi_free_rcu() 129 call_rcu(&rsii->rcu_head, rsi_free_rcu); in rsi_put() 374 struct rcu_head rcu_head; member 388 static void rsc_free_rcu(struct rcu_head *head) in rsc_free_rcu() 390 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() 403 call_rcu(&rsci->rcu_head, rsc_free_rcu); in rsc_put() 1987 svcauth_gss_domain_release_rcu(struct rcu_head *head) in svcauth_gss_domain_release_rcu() 1989 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu() [all …]
|