Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h79 struct rcu_head rcu_head; /* to handle rcu cleanup */ member
Dcxgb3_offload.c1304 static void clean_l2_data(struct rcu_head *head) in clean_l2_data()
1306 struct l2t_data *d = container_of(head, struct l2t_data, rcu_head); in clean_l2_data()
1327 call_rcu(&d->rcu_head, clean_l2_data); in cxgb3_offload_deactivate()
/drivers/target/tcm_fc/
Dtcm_fc.h44 struct rcu_head rcu;
66 struct rcu_head rcu;
/drivers/md/
Dlinear.h11 struct rcu_head rcu;
/drivers/staging/fwserial/
Dfwserial.h91 struct rcu_head rcu;
/drivers/net/wireless/iwlwifi/dvm/
Ddev.h584 struct rcu_head rcu_head; member
Drx.c1047 kfree_rcu(old_data, rcu_head); in iwlagn_rx_noa_notification()
/drivers/infiniband/ulp/ipoib/
Dipoib.h276 struct rcu_head rcu;
415 struct rcu_head rcu;
Dipoib_main.c93 static void ipoib_neigh_reclaim(struct rcu_head *rp);
1066 static void ipoib_neigh_reclaim(struct rcu_head *rp) in ipoib_neigh_reclaim()
1143 static void neigh_hash_free_rcu(struct rcu_head *head) in neigh_hash_free_rcu()
/drivers/infiniband/hw/ocrdma/
Docrdma.h172 struct rcu_head rcu;
Docrdma_main.c444 static void ocrdma_remove_free(struct rcu_head *rcu) in ocrdma_remove_free()
/drivers/infiniband/hw/qib/
Dqib_verbs.h308 struct rcu_head list;
1025 void mr_rcu_callback(struct rcu_head *list);
Dqib_mr.c531 void mr_rcu_callback(struct rcu_head *list) in mr_rcu_callback()
/drivers/base/power/
Dopp.c70 struct rcu_head head;
/drivers/net/ethernet/intel/igb/
Digb.h286 struct rcu_head rcu; /* to avoid race with update stats on free */
/drivers/net/
Dvxlan.c87 struct rcu_head rcu;
98 struct rcu_head rcu;
427 static void vxlan_fdb_free(struct rcu_head *head) in vxlan_fdb_free()
Dmacvlan.c42 struct rcu_head rcu;
Dtun.c147 struct rcu_head rcu;
/drivers/net/wireless/ath/carl9170/
Dcarl9170.h469 struct rcu_head head;
/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h562 struct rcu_head rcu;
/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h356 struct rcu_head rcu; /* to avoid race with update stats on free */
/drivers/net/wireless/rt2x00/
Drt2x00.h1017 struct rcu_head head;
/drivers/acpi/apei/
Dghes.c582 static void ghes_estatus_cache_rcu_free(struct rcu_head *head) in ghes_estatus_cache_rcu_free()