Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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); \
H A Dpage-flags.h573 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
/linux/tools/perf/
H A Dbuiltin-c2c.c644 #define STAT_FN_ENTRY(__f) \ argument
654 c2c_he->stats.__f); \
657 #define STAT_FN_CMP(__f) \ argument
666 return (uint64_t) c2c_left->stats.__f - \
667 (uint64_t) c2c_right->stats.__f; \
670 #define STAT_FN(__f) \ argument
671 STAT_FN_ENTRY(__f) \
672 STAT_FN_CMP(__f)
914 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) argument
916 #define PERCENT_FN(__f) \ argument
[all …]
/linux/drivers/vdpa/pds/
H A Ddebugfs.c29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument
31 if ((__f) & (__name)) \
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c82 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base); in to_amdgpu_fence() local
84 if (__f->base.ops == &amdgpu_fence_ops || in to_amdgpu_fence()
85 __f->base.ops == &amdgpu_job_fence_ops) in to_amdgpu_fence()
86 return __f; in to_amdgpu_fence()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c246 struct __kvm_pmu_event_filter *__f) in test_with_filter() argument
248 struct kvm_pmu_event_filter *f = (void *)__f; in test_with_filter()
686 struct __kvm_pmu_event_filter *__f) in set_pmu_event_filter() argument
688 struct kvm_pmu_event_filter *f = (void *)__f; in set_pmu_event_filter()
/linux/tools/perf/util/
H A Dmem-events.c594 #define HITM_INC(__f) \ in c2c_decode_stats() argument
596 stats->__f++; \ in c2c_decode_stats()
600 #define PEER_INC(__f) \ in c2c_decode_stats() argument
602 stats->__f++; \ in c2c_decode_stats()
H A Dhist.h119 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
/linux/drivers/scsi/bfa/
H A Dbfa_fcs.h300 #define bfa_fcs_fabric_npiv_capable(__f) ((__f)->is_npiv) argument
301 #define bfa_fcs_fabric_is_switched(__f) \ argument
302 ((__f)->fab_type == BFA_FCS_FABRIC_SWITCHED)
/linux/drivers/gpu/drm/radeon/
H A Dradeon.h2486 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local
2488 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence()
2489 return __f; in to_radeon_fence()