Searched refs:__f (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | packing.h | 38 typeof(&(fields)[0]) __f = (fields); \ 39 typeof(__f[0]) _f1 = __f[index1]; typeof(__f[0]) _f2 = __f[index2]; \ 40 const bool _ascending = __f[0].startbit < __f[1].startbit; \ 55 typeof(_f[0]) __f = _f[index]; \ 56 BUILD_BUG_ON_MSG(__f.startbit < __f.endbit, \ 59 BUILD_BUG_ON_MSG(__f.size != 1 && __f.size != 2 && \ 60 __f.size != 4 && __f.size != 8, \ 63 BUILD_BUG_ON_MSG(__f.startbit - __f.endbit >= BITS_PER_BYTE * __f.size, \
|
| H A 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); \
|
| H A D | page-flags.h | 613 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 626 #define STAT_FN_ENTRY(__f) \ argument 636 c2c_he->stats.__f); \ 639 #define STAT_FN_CMP(__f) \ argument 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) 896 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) argument 898 #define PERCENT_FN(__f) \ argument [all …]
|
| /linux-6.15/drivers/vdpa/pds/ |
| H A D | debugfs.c | 29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument 31 if ((__f) & (__name)) \
|
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_event_filter_test.c | 246 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.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_fence.c | 82 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.15/tools/perf/util/ |
| H A D | mem-events.c | 647 #define HITM_INC(__f) \ in c2c_decode_stats() argument 649 stats->__f++; \ in c2c_decode_stats() 653 #define PEER_INC(__f) \ in c2c_decode_stats() argument 655 stats->__f++; \ in c2c_decode_stats()
|
| H A D | hist.h | 130 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfa_fcs.h | 300 #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.15/drivers/gpu/drm/radeon/ |
| H A D | radeon.h | 2492 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local 2494 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence() 2495 return __f; in to_radeon_fence()
|