Home
last modified time | relevance | path

Searched refs:__f (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/include/linux/
Ddma-fence-unwrap.h69 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); \
Dpage-flags.h529 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
/linux-6.6.21/tools/perf/
Dbuiltin-c2c.c643 #define STAT_FN_ENTRY(__f) \ argument
645 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \
653 c2c_he->stats.__f); \
656 #define STAT_FN_CMP(__f) \ argument
658 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \
665 return (uint64_t) c2c_left->stats.__f - \
666 (uint64_t) c2c_right->stats.__f; \
669 #define STAT_FN(__f) \ argument
670 STAT_FN_ENTRY(__f) \
671 STAT_FN_CMP(__f)
[all …]
/linux-6.6.21/drivers/vdpa/pds/
Ddebugfs.c29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument
31 if ((__f) & (__name)) \
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c301 struct __kvm_pmu_event_filter *__f) in test_with_filter() argument
303 struct kvm_pmu_event_filter *f = (void *)__f; in test_with_filter()
744 struct __kvm_pmu_event_filter *__f) in set_pmu_event_filter() argument
746 struct kvm_pmu_event_filter *f = (void *)__f; in set_pmu_event_filter()
/linux-6.6.21/tools/perf/util/
Dmem-events.c553 #define HITM_INC(__f) \ in c2c_decode_stats() argument
555 stats->__f++; \ in c2c_decode_stats()
559 #define PEER_INC(__f) \ in c2c_decode_stats() argument
561 stats->__f++; \ in c2c_decode_stats()
Dhist.h115 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fence.c84 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-6.6.21/drivers/scsi/bfa/
Dbfa_fcs.h207 #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-6.6.21/drivers/gpu/drm/radeon/
Dradeon.h2489 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local
2491 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence()
2492 return __f; in to_radeon_fence()