Home
last modified time | relevance | path

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

12345

/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h149 struct rcu_head rcu;
170 struct rcu_head rcu;
198 struct rcu_head rcu;
/drivers/gpu/drm/i915/gt/
Dintel_timeline_types.h88 struct rcu_head rcu;
99 struct rcu_head rcu;
Dintel_gt_buffer_pool_types.h31 struct rcu_head rcu;
Dintel_context_types.h56 struct rcu_head rcu;
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.h164 struct rcu_head rcu;
186 struct rcu_head rcu;
215 struct rcu_head rcu;
/drivers/gpu/drm/i915/gem/
Di915_gem_context_types.h36 struct rcu_head rcu;
127 struct rcu_head rcu;
/drivers/gpu/drm/i915/
Di915_globals.c24 struct rcu_head rcu;
43 static void __i915_globals_grace(struct rcu_head *rcu) in __i915_globals_grace()
/drivers/target/tcm_fc/
Dtcm_fc.h36 struct rcu_head rcu;
58 struct rcu_head rcu;
/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.h78 struct rcu_head rcu_head; /* to handle rcu cleanup */ member
/drivers/infiniband/ulp/srpt/
Dib_srpt.h306 struct rcu_head rcu;
342 struct rcu_head rcu;
/drivers/md/
Ddm-stats.c54 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()
Dmd-linear.h12 struct rcu_head rcu;
/drivers/net/wireguard/
Dratelimiter.c31 struct rcu_head rcu;
41 static void entry_free(struct rcu_head *rcu) in entry_free()
Dallowedips.h25 struct rcu_head rcu;
Dpeer.h61 struct rcu_head rcu;
/drivers/net/ethernet/intel/fm10k/
Dfm10k.h43 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/
Dsta.h336 struct rcu_head rcu_head; member
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bo_list.h43 struct rcu_head rhead;
/drivers/net/xen-netback/
Dcommon.h227 struct rcu_head rcu;
239 struct rcu_head rcu;
/drivers/iommu/
Dioasid.c17 struct rcu_head rcu;
55 struct rcu_head rcu;
/drivers/infiniband/core/
Dcache.c81 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/
Dtid_rdma.h59 struct rcu_head rcu_head; member
/drivers/gpu/drm/i915/display/
Dintel_frontbuffer.h48 struct rcu_head rcu;
/drivers/target/
Dtarget_core_rd.c319 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/
Dcxgb4_tc_flower.h52 struct rcu_head rcu;

12345