Searched refs:rcu_head (Results 1 – 25 of 119) sorted by relevance
12345
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.h | 149 struct rcu_head rcu; 170 struct rcu_head rcu; 198 struct rcu_head rcu;
|
/drivers/gpu/drm/i915/gt/ |
D | intel_timeline_types.h | 88 struct rcu_head rcu; 99 struct rcu_head rcu;
|
D | intel_gt_buffer_pool_types.h | 31 struct rcu_head rcu;
|
D | intel_context_types.h | 56 struct rcu_head rcu;
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.h | 164 struct rcu_head rcu; 186 struct rcu_head rcu; 215 struct rcu_head rcu;
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_context_types.h | 36 struct rcu_head rcu; 127 struct rcu_head rcu;
|
/drivers/gpu/drm/i915/ |
D | i915_globals.c | 24 struct rcu_head rcu; 43 static void __i915_globals_grace(struct rcu_head *rcu) in __i915_globals_grace()
|
/drivers/target/tcm_fc/ |
D | tcm_fc.h | 36 struct rcu_head rcu; 58 struct rcu_head rcu;
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.h | 78 struct rcu_head rcu_head; /* to handle rcu cleanup */ member
|
/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 306 struct rcu_head rcu; 342 struct rcu_head rcu;
|
/drivers/md/ |
D | dm-stats.c | 54 struct rcu_head rcu_head; member 169 static void dm_stat_free(struct rcu_head *head) in dm_stat_free() 172 struct dm_stat *s = container_of(head, struct dm_stat, rcu_head); in dm_stat_free() 234 dm_stat_free(&s->rcu_head); in dm_stats_cleanup() 398 dm_stat_free(&s->rcu_head); in dm_stats_create() 443 dm_stat_free(&s->rcu_head); in dm_stats_delete() 446 call_rcu(&s->rcu_head, dm_stat_free); in dm_stats_delete()
|
D | md-linear.h | 12 struct rcu_head rcu;
|
/drivers/net/wireguard/ |
D | ratelimiter.c | 31 struct rcu_head rcu; 41 static void entry_free(struct rcu_head *rcu) in entry_free()
|
D | allowedips.h | 25 struct rcu_head rcu;
|
D | peer.h | 61 struct rcu_head rcu;
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 43 struct rcu_head rcu; 198 struct rcu_head rcu; /* to avoid race with update stats on free */ 220 struct rcu_head rcu;
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.h | 336 struct rcu_head rcu_head; member
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_bo_list.h | 43 struct rcu_head rhead;
|
/drivers/net/xen-netback/ |
D | common.h | 227 struct rcu_head rcu; 239 struct rcu_head rcu;
|
/drivers/iommu/ |
D | ioasid.c | 17 struct rcu_head rcu; 55 struct rcu_head rcu;
|
/drivers/infiniband/core/ |
D | cache.c | 81 struct rcu_head rcu_head; member 223 static void put_gid_ndev(struct rcu_head *head) in put_gid_ndev() 226 container_of(head, struct roce_gid_ndev_storage, rcu_head); in put_gid_ndev() 260 call_rcu(&entry->ndev_storage->rcu_head, put_gid_ndev); in free_gid_entry_locked() 407 call_rcu(&ndev_storage->rcu_head, put_gid_ndev); in del_gid()
|
/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 59 struct rcu_head rcu_head; member
|
/drivers/gpu/drm/i915/display/ |
D | intel_frontbuffer.h | 48 struct rcu_head rcu;
|
/drivers/target/ |
D | target_core_rd.c | 319 static void rd_dev_call_rcu(struct rcu_head *p) in rd_dev_call_rcu() 321 struct se_device *dev = container_of(p, struct se_device, rcu_head); in rd_dev_call_rcu() 329 call_rcu(&dev->rcu_head, rd_dev_call_rcu); in rd_free_device()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.h | 52 struct rcu_head rcu;
|
12345