/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __type_traits.hpp | 43 using __f = __decay(_Ty); typedef 48 ~0ul>::template __f<_Ty>; 64 using __f = decltype(__g(__declval<_Ty>())); typedef 72 using __f = decltype(__g(__declval<_Ty>())); typedef 78 using __f = _Ty; typedef 84 using __f = void; typedef 137 using __decay_t = typename decltype(__tt::__mdecay<_Ty>)::template __f<_Ty>; 146 using __f = _Tp; typedef 152 using __f = const _Tp; typedef 158 using __f = _Tp&; typedef [all …]
|
H A D | __meta.hpp | 403 ::template __f<_Fn> // 404 ::template __f<_Args...>; // 434 ::template __f<_Fn> // 435 ::template __f<_Args...>; // 440 using __mcall = typename _Fn::template __f<_Args...>; 445 using __f = __disp<_Args...>; typedef 455 using __f = _Fn; typedef 465 using __f = __disp_q; typedef 472 using __f = _Fn; typedef 489 using __f = typename __i<_Ok<_Args...>>::template __g<_Fn, _Args...>; typedef [all …]
|
H A D | __transform_completion_signatures.hpp | 110 __mconcat<__qq<completion_signatures>>::__f< 111 __mconcat<__qq<__mmake_set>>::__f<_Sigs...>>; 196 using __f = __transform_completion_signatures< typedef 197 _Sigs, _Then, __mbind_front_q<_Else, set_error_t>::template __f, 207 using __f = __transform_completion_signatures< typedef 208 _Sigs, __mbind_front_q<_Else, set_value_t>::template __f, _Then, 218 using __f = __transform_completion_signatures< typedef 219 _Sigs, __mbind_front_q<_Else, set_value_t>::template __f, 220 __mbind_front_q<_Else, set_error_t>::template __f, _Then<>, _Variant, 238 _WantedTag>::template __f<_Sigs, _Then, _Else, _Variant, _More...>; [all …]
|
H A D | __let.hpp | 195 using __f = // typedef 259 using __f = // typedef 279 _Env...>::template __f, 281 __mtry_q<__concat_completion_signatures>::__f>; 299 using __f = __mexception<__no_common_domain_t<_Set>, typedef 304 using __f = __mcall<__mtry_catch_q<__domain::__common_domain_t, __error_fn>, typedef 390 using __f = __op_state_t< typedef
|
H A D | __tag_invoke.hpp | 28 requires(_Fun&& __f, _As&&... __as) { 29 std::invoke(static_cast<_Fun&&>(__f), static_cast<_As&&>(__as)...);
|
H A D | __sender_introspection.hpp | 49 using __f = __minvoke<_Fn, _Tag, _Data, _Child...>; typedef 106 using __f = __detail::__sexpr_uncurry<_Tp, _Fn>; typedef
|
H A D | __schedule_from.hpp | 60 __munique<__qq<__variant_for>>::__f>; 80 __mtry_q<__concat_completion_signatures>::__f< 90 __mconst<completion_signatures<>>::__f>>;
|
H A D | __receivers.hpp | 36 using __f = __minvoke<_Fn, _Args...>; typedef 71 using __f = __minvoke<_Fn, _Args...>; typedef 107 using __f = __minvoke<_Fn, _Args...>; typedef
|
H A D | __shared.hpp | 243 __mbind_front_q<__decayed_tuple, set_value_t>::__f, 244 __mbind_front_q<__decayed_tuple, set_error_t>::__f, 247 __tuple_for<set_stopped_t>>>::__f,
|
H A D | __diagnostics.hpp | 108 using __f = // typedef
|
H A D | __then.hpp | 47 _Fun>::template __f>;
|
H A D | __into_variant.hpp | 60 __mconst<completion_signatures<>>::__f>;
|
H A D | __upon_error.hpp | 48 _Fun>::template __f>;
|
H A D | __utility.hpp | 128 typename _Cpcvref::template __f<std::remove_reference_t<_Uy>>>(__uy);
|
H A D | __when_all.hpp | 135 using __f = // typedef 146 __mconst<completion_signatures<>>::__f, __set_error_t,
|
/openbmc/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); \
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | functional.hpp | 243 requires(_Fun&& __f, _As&&... __as) { 244 __invoke(static_cast<_Fun&&>(__f), static_cast<_As&&>(__as)...); 250 requires(_Fun&& __f, _As&&... __as) { 252 __invoke(static_cast<_Fun&&>(__f), static_cast<_As&&>(__as)...)
|
H A D | sequence_senders.hpp | 37 using __f = __mand<__mapply<__mcontains<_Needles>, _Haystack>...>; typedef 300 stdexec::completion_signatures<stdexec::set_value_t()>>::__f, 310 stdexec::__mconst<stdexec::completion_signatures<>>::__f>; 317 stdexec::__mconst<stdexec::completion_signatures<>>::__f>;
|
/openbmc/linux/tools/perf/ |
H A 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 …]
|
/openbmc/linux/drivers/vdpa/pds/ |
H A D | debugfs.c | 29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument 31 if ((__f) & (__name)) \
|
/openbmc/linux/tools/perf/util/ |
H A 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()
|
H A D | hist.h | 115 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A 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()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A 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)
|