Home
last modified time | relevance | path

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

1234567

/net/batman-adv/
A Dtypes.h211 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 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
304 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
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 Dip_vs_mh.c62 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 Dip_vs_dh.c65 struct rcu_head rcu_head; member
181 kfree_rcu(s, rcu_head); in ip_vs_dh_done_svc()
A Dip_vs_wrr.c65 struct rcu_head rcu_head; member
134 kfree_rcu(mark, rcu_head); in ip_vs_wrr_done_svc()
A Dip_vs_sh.c69 struct rcu_head rcu_head; member
257 kfree_rcu(s, rcu_head); in ip_vs_sh_done_svc()
/net/mac80211/
A Dsta_info.h185 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 Dieee80211_i.h277 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 Dhsr_main.h157 struct rcu_head rcu;
186 struct rcu_head rcu_head; member
190 struct rcu_head rcu_head; member
A Dhsr_framereg.h96 struct rcu_head rcu_head; member
/net/mac802154/
A Dllsec.h32 struct rcu_head rcu;
44 struct rcu_head rcu;
50 struct rcu_head rcu;
/net/openvswitch/
A Dflow_table.h31 struct rcu_head rcu;
47 struct rcu_head rcu;
57 struct rcu_head rcu;
A Dmeter.h34 struct rcu_head rcu;
45 struct rcu_head rcu;
A Dflow.h185 struct rcu_head rcu;
207 struct rcu_head rcu;
222 struct rcu_head rcu;
A Dvport.h55 struct rcu_head rcu;
87 struct rcu_head rcu;
/net/ipv6/
A Dxfrm6_tunnel.c50 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 Dnfnetlink_acct.c36 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 Dnf_conncount.c53 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 Dnfnetlink_cttimeout.c39 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 Dbr_private_cfm.h134 struct rcu_head rcu;
144 struct rcu_head rcu;
/net/tipc/
A Dname_table.h88 struct rcu_head rcu;
106 struct rcu_head rcu;
/net/core/
A Dgro_cells.c93 struct rcu_head rcu;
97 static void percpu_free_defer_callback(struct rcu_head *head) in percpu_free_defer_callback()
A Ddst.c128 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 Dsvcauth_gss.c103 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 …]

Completed in 816 milliseconds

1234567