Searched refs:__f (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | packing.h | 42 typeof(&(fields)[0]) __f = (fields); \ 43 typeof(__f[0]) _f1 = __f[index1]; typeof(__f[0]) _f2 = __f[index2]; \ 44 const bool _ascending = __f[0].startbit < __f[1].startbit; \ 59 typeof(_f[0]) __f = _f[index]; \ 60 BUILD_BUG_ON_MSG(__f.startbit < __f.endbit, \ 63 BUILD_BUG_ON_MSG(__f.size != 1 && __f.size != 2 && \ 64 __f.size != 4 && __f.size != 8, \ 67 BUILD_BUG_ON_MSG(__f.startbit - __f.endbit >= BITS_PER_BYTE * __f.size, \
|
| H A D | page-flags.h | 617 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 664 #define STAT_FN_ENTRY(__f) \ argument 666 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \ 674 c2c_he->stats.__f); \ 677 #define STAT_FN_CMP(__f) \ argument 679 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \ 686 return (uint64_t) c2c_left->stats.__f - \ 687 (uint64_t) c2c_right->stats.__f; \ 690 #define STAT_FN(__f) \ argument 691 STAT_FN_ENTRY(__f) \ 692 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/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_event_filter_test.c | 248 struct __kvm_pmu_event_filter *__f) in test_with_filter() argument 250 struct kvm_pmu_event_filter *f = (void *)__f; in test_with_filter() 663 struct __kvm_pmu_event_filter *__f) in set_pmu_event_filter() argument 665 struct kvm_pmu_event_filter *f = (void *)__f; in set_pmu_event_filter()
|
| /linux/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 | 142 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_fence.c | 50 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base); in to_amdgpu_fence() local 52 return __f; in to_amdgpu_fence()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 27 #define __TDX_BUG_ON(__err, __f, __kvm, __fmt, __args...) \ argument 35 pr_err_ratelimited("SEAMCALL " __f " failed: 0x%llx" __fmt "\n",\
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 3065 #define snd_pcm_sync_ptr_get_user(__f, __c, __ptr) ({ \ argument 3072 unsafe_get_user(__f, &__src->flags, failed); \
|