Searched refs:__f (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/include/linux/ |
D | dma-fence-unwrap.h | 69 struct dma_fence *__f[] = { __VA_ARGS__ }; \ 70 struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ 72 __dma_fence_unwrap_merge(ARRAY_SIZE(__f), __f, __c); \
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fence.c | 84 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base); in to_amdgpu_fence() local 86 if (__f->base.ops == &amdgpu_fence_ops || in to_amdgpu_fence() 87 __f->base.ops == &amdgpu_job_fence_ops) in to_amdgpu_fence() 88 return __f; in to_amdgpu_fence()
|
/Linux-v6.1/tools/perf/ |
D | builtin-c2c.c | 637 #define STAT_FN_ENTRY(__f) \ argument 639 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \ 647 c2c_he->stats.__f); \ 650 #define STAT_FN_CMP(__f) \ argument 652 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \ 659 return (uint64_t) c2c_left->stats.__f - \ 660 (uint64_t) c2c_right->stats.__f; \ 663 #define STAT_FN(__f) \ argument 664 STAT_FN_ENTRY(__f) \ 665 STAT_FN_CMP(__f) [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | mem-events.c | 545 #define HITM_INC(__f) \ in c2c_decode_stats() argument 547 stats->__f++; \ in c2c_decode_stats() 551 #define PEER_INC(__f) \ in c2c_decode_stats() argument 553 stats->__f++; \ in c2c_decode_stats()
|
D | hist.h | 113 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
|
/Linux-v6.1/drivers/scsi/bfa/ |
D | bfa_fcs.h | 207 #define bfa_fcs_fabric_npiv_capable(__f) ((__f)->is_npiv) argument 208 #define bfa_fcs_fabric_is_switched(__f) \ argument 209 ((__f)->fab_type == BFA_FCS_FABRIC_SWITCHED)
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon.h | 2527 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local 2529 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence() 2530 return __f; in to_radeon_fence()
|