Searched refs:__f (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/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); \
|
D | page-flags.h | 529 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
|
/linux-6.6.21/tools/perf/ |
D | builtin-c2c.c | 643 #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/ |
D | debugfs.c | 29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument 31 if ((__f) & (__name)) \
|
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | pmu_event_filter_test.c | 301 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/ |
D | mem-events.c | 553 #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()
|
D | hist.h | 115 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
|
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon.h | 2489 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()
|