Home
last modified time | relevance | path

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

/linux-6.12.1/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.h571 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
/linux-6.12.1/tools/perf/
Dbuiltin-c2c.c626 #define STAT_FN_ENTRY(__f) \ argument
628 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \
636 c2c_he->stats.__f); \
639 #define STAT_FN_CMP(__f) \ argument
641 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \
648 return (uint64_t) c2c_left->stats.__f - \
649 (uint64_t) c2c_right->stats.__f; \
652 #define STAT_FN(__f) \ argument
653 STAT_FN_ENTRY(__f) \
654 STAT_FN_CMP(__f)
[all …]
/linux-6.12.1/drivers/vdpa/pds/
Ddebugfs.c29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument
31 if ((__f) & (__name)) \
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
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()
661 struct __kvm_pmu_event_filter *__f) in set_pmu_event_filter() argument
663 struct kvm_pmu_event_filter *f = (void *)__f; in set_pmu_event_filter()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
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-6.12.1/tools/perf/util/
Dmem-events.c622 #define HITM_INC(__f) \ in c2c_decode_stats() argument
624 stats->__f++; \ in c2c_decode_stats()
628 #define PEER_INC(__f) \ in c2c_decode_stats() argument
630 stats->__f++; \ in c2c_decode_stats()
Dhist.h120 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
/linux-6.12.1/drivers/scsi/bfa/
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-6.12.1/drivers/gpu/drm/radeon/
Dradeon.h2491 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local
2493 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence()
2494 return __f; in to_radeon_fence()