Searched refs:__f (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
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 | 576 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 626 #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/drivers/vdpa/pds/ |
H A D | debugfs.c | 29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument 31 if ((__f) & (__name)) \
|
/linux/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/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c |
|
/linux/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()
|