Searched refs:rcu_head (Results 1 - 25 of 697) sorted by last modified time

1234567891011>>

/linux-master/kernel/
H A Dworkqueue.c230 struct rcu_head rcu;
297 struct rcu_head rcu;
376 struct rcu_head rcu;
2656 static void rcu_work_rcufn(struct rcu_head *rcu)
4742 static void rcu_free_wq(struct rcu_head *rcu)
4756 static void rcu_free_pool(struct rcu_head *rcu)
4913 static void rcu_free_pwq(struct rcu_head *rcu)
/linux-master/fs/nfs/
H A Dinode.c992 kfree_rcu(l_ctx, rcu_head);
1087 kfree_rcu(ctx, rcu_head);
/linux-master/fs/bcachefs/
H A Dbuckets.c1334 static void bucket_gens_free_rcu(struct rcu_head *rcu)
/linux-master/kernel/sched/
H A Dfair.c1384 struct rcu_head rcu;
/linux-master/net/wireless/
H A Dnl80211.c12949 kfree_rcu(cqm_config, rcu_head);
12951 kfree_rcu(old, rcu_head);
/linux-master/net/openvswitch/
H A Dconntrack.c89 struct rcu_head rcu;
/linux-master/net/mac80211/
H A Dtx.c3271 kfree_rcu(old, rcu_head);
3313 kfree_rcu(fast_tx, rcu_head);
H A Drx.c4715 kfree_rcu(old, rcu_head);
4728 kfree_rcu(old, rcu_head);
H A Drate.c969 kfree_rcu(old, rcu_head);
H A Dmesh_pathtbl.c50 kfree_rcu(entry, fast_tx.rcu_head);
430 kfree_rcu(entry, fast_tx.rcu_head);
596 kfree_rcu(prev, fast_tx.rcu_head);
H A Dmesh.h115 struct rcu_head rcu;
H A Dmesh.c1152 kfree_rcu(old_bcn, rcu_head);
1238 kfree_rcu(bcn, rcu_head);
1536 kfree_rcu(tmp_csa_settings, rcu_head);
1572 kfree_rcu(tmp_csa_settings, rcu_head);
H A Dchan.c718 kfree_rcu(ctx, rcu_head);
1020 kfree_rcu(ctx, rcu_head);
1650 kfree_rcu(ctx, rcu_head);
/linux-master/net/ipv4/
H A Dtcp_ao.c261 static void tcp_ao_key_free_rcu(struct rcu_head *head)
/linux-master/include/net/
H A Dtls.h261 struct rcu_head rcu;
H A Dsock.h543 struct rcu_head sk_rcu;
H A Dmacsec.h139 struct rcu_head rcu;
166 struct rcu_head rcu_head; member in struct:macsec_rx_sc
189 struct rcu_head rcu;
H A Dmac80211.h2282 * @rcu_head: RCU head used for freeing the table on update
2287 struct rcu_head rcu_head; member in struct:ieee80211_sta_rates
/linux-master/include/net/bluetooth/
H A Dhci_core.h184 struct rcu_head rcu;
199 struct rcu_head rcu;
213 struct rcu_head rcu;
223 struct rcu_head rcu;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c940 static void vxlan_fdb_free(struct rcu_head *head)
970 static void vxlan_dst_free(struct rcu_head *head)
/linux-master/drivers/net/
H A Dmacsec.c170 static void free_rx_sc_rcu(struct rcu_head *head)
172 struct macsec_rx_sc *rx_sc = container_of(head, struct macsec_rx_sc, rcu_head);
186 call_rcu(&sc->rcu_head, free_rx_sc_rcu);
189 static void free_rxsa(struct rcu_head *head)
217 static void free_txsa(struct rcu_head *head)
H A Dgtp.c60 struct rcu_head rcu_head; member in struct:pdp_ctx
1419 static void pdp_context_free(struct rcu_head *head)
1421 struct pdp_ctx *pctx = container_of(head, struct pdp_ctx, rcu_head);
1431 call_rcu(&pctx->rcu_head, pdp_context_free);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c693 struct rcu_head rcu;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c69 struct rcu_head rcu_head; member in struct:mlx5e_macsec_sa
86 struct rcu_head rcu_head; member in struct:mlx5e_macsec_rx_sc
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h572 struct rcu_head rcu; /* to avoid race with update stats on free */

Completed in 778 milliseconds

1234567891011>>