Searched defs:rcu_head (Results 1 - 15 of 15) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_dh.c69 struct rcu_head rcu_head; member in struct:ip_vs_dh_state
185 kfree_rcu(s, rcu_head);
H A Dip_vs_wrr.c70 struct rcu_head rcu_head; member in struct:ip_vs_wrr_mark
139 kfree_rcu(mark, rcu_head);
H A Dip_vs_sh.c74 struct rcu_head rcu_head; member in struct:ip_vs_sh_state
261 kfree_rcu(s, rcu_head);
H A Dip_vs_lblc.c98 struct rcu_head rcu_head; member in struct:ip_vs_lblc_entry
106 struct rcu_head rcu_head; member in struct:ip_vs_lblc_table
133 static void ip_vs_lblc_rcu_free(struct rcu_head *head)
137 rcu_head);
146 call_rcu(&en->rcu_head, ip_vs_lblc_rcu_free);
396 kfree_rcu(tbl, rcu_head);
H A Dip_vs_lblcr.c93 struct rcu_head rcu_head; member in struct:ip_vs_dest_set_elem
128 static void ip_vs_lblcr_elem_rcu_free(struct rcu_head *head)
132 e = container_of(head, struct ip_vs_dest_set_elem, rcu_head);
148 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free);
160 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free);
268 struct rcu_head rcu_head; member in struct:ip_vs_lblcr_entry
276 struct rcu_head rcu_head; member in struct:ip_vs_lblcr_table
[all...]
/net/hsr/
H A Dhsr_framereg.c35 struct rcu_head rcu_head; member in struct:hsr_node
241 kfree_rcu(node_curr, rcu_head);
403 kfree_rcu(node, rcu_head);
H A Dhsr_main.h157 struct rcu_head rcu_head; member in struct:hsr_priv
/net/ipv6/
H A Dxfrm6_tunnel.c63 struct rcu_head rcu_head; member in struct:xfrm6_tunnel_spi
191 static void x6spi_destroy_rcu(struct rcu_head *head)
194 container_of(head, struct xfrm6_tunnel_spi, rcu_head));
213 call_rcu(&x6spi->rcu_head, x6spi_destroy_rcu);
/net/netfilter/
H A Dnfnetlink_acct.c39 struct rcu_head rcu_head; member in struct:nf_acct
326 kfree_rcu(cur, rcu_head);
507 kfree_rcu(cur, rcu_head);
H A Dxt_osf.c40 struct rcu_head rcu_head; member in struct:xt_osf_finger
128 kfree_rcu(sf, rcu_head);
411 kfree_rcu(f, rcu_head);
/net/core/
H A Dnetpoll.c782 static void rcu_cleanup_netpoll_info(struct rcu_head *rcu_head) argument
785 container_of(rcu_head, struct netpoll_info, rcu);
/net/mac80211/
H A Dmesh.h112 struct rcu_head rcu;
145 * rcu_head: RCU head to free the table
161 struct rcu_head rcu_head; member in struct:mesh_table
H A Dsta_info.h114 * @rcu_head: rcu head for freeing structure
138 struct rcu_head rcu_head; member in struct:tid_ampdu_tx
169 * @rcu_head: RCU head used for freeing this struct
183 struct rcu_head rcu_head; member in struct:tid_ampdu_rx
330 * @rcu_head: RCU head used for freeing this station struct
344 struct rcu_head rcu_head; member in struct:sta_info
H A Dieee80211_i.h249 struct rcu_head rcu_head; member in struct:beacon_data
253 struct rcu_head rcu_head; member in struct:probe_resp
571 struct rcu_head rcu_head; member in struct:mesh_csa_settings
728 struct rcu_head rcu_head; member in struct:ieee80211_chanctx
744 struct rcu_head rcu_head; member in struct:mac80211_qos_map
[all...]
/net/ipv4/
H A Dtcp_metrics.c52 struct rcu_head rcu_head; member in struct:tcp_metrics_block
1045 kfree_rcu(tm, rcu_head);
1080 kfree_rcu(tm, rcu_head);

Completed in 159 milliseconds