Home
last modified time | relevance | path

Searched defs:__t (Results 1 – 15 of 15) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp70 struct __t : __task struct
74 explicit __t(const __impl* __scope, _Constrained&& __sndr, in __t() argument
116 struct __t struct
176 struct __t struct
239 explicit __t(const __impl* __scope, _Sender&& __c, _Rcvr&& __rcvr) : in __t() function
269 struct __t struct
610 struct __t struct
697 struct __t struct
733 explicit __t( in __t() argument
791 struct __t struct
[all …]
H A Dat_coroutine_exit.hpp45 struct __t struct
47 using receiver_concept = stdexec::receiver_t;
48 using __id = __receiver_id;
49 _Receiver __receiver_;
85 struct __t struct
87 using __id = __sender_id;
88 using sender_concept = stdexec::sender_t;
90 _Sender __sender_;
H A Dany_sender_of.hpp314 class __t : __immovable class
539 __t(const __t& __other) in __t() function in exec::__any::__storage::__t
556 __t(__t&& __other) noexcept in __t() function in exec::__any::__storage::__t
842 using __t = __ref; typedef
919 using __t = __ref; typedef
1004 struct __t struct
1007 __operation_base<_Receiver>* __op_;
1099 class __t class
1217 class __t class
1396 using __t = any_receiver_ref; typedef in exec::any_receiver_ref
[all …]
H A Dexecution.hpp481 struct __t struct
487 __t(__debug_receiver<_CvrefSenderId, _Env, in __t() function
1894 __t(_Sender&& sndr, __coro::coroutine_handle<_Promise> __hcoro) // in __t() function
2317 struct __t struct
3554 struct __t struct
3559 explicit __t( in __t() function
4294 using __t = _Set; typedef
4611 __t(__task* __next, run_loop* __loop, _Receiver __rcvr) : in __t() function
4858 struct __t : struct
4865 explicit __t(_Scheduler __sched) noexcept : in __t() function
[all …]
H A Denv.hpp88 struct __t : __immovable struct
90 using __id = __operation;
94 _Receiver __rcvr_;
126 using __t = __sender; typedef
H A Dsequence_senders.hpp94 struct __t struct
96 using receiver_concept = stdexec::receiver_t;
97 using __id = __stopped_means_break;
98 using _Receiver = stdexec::__t<_ReceiverId>;
99 using _Token = stop_token_of_t<env_of_t<_Receiver>>;
H A Dtask.hpp375 using __t = basic_task; typedef in exec::__task::basic_task
/openbmc/linux/arch/arm/include/asm/
H A Duaccess.h262 #define __get_user_err(x, ptr, err, __t) \ argument
299 #define __get_user_asm_byte(x, addr, err, __t) \ argument
304 #define __get_user_asm_half(x, addr, err, __t) \ argument
310 #define __get_user_asm_half(x, __gu_addr, err, __t) \ argument
318 #define __get_user_asm_half(x, __gu_addr, err, __t) \ argument
329 #define __get_user_asm_word(x, addr, err, __t) \ argument
401 #define __put_user_asm_byte(x, __pu_addr, err, __t) \ argument
406 #define __put_user_asm_half(x, __pu_addr, err, __t) \ argument
412 #define __put_user_asm_half(x, __pu_addr, err, __t) \ argument
419 #define __put_user_asm_half(x, __pu_addr, err, __t) \ argument
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp141 using __t = __detail::__sexpr_uncurry<_Tp, _Fn>; typedef
237 struct __t struct
239 using receiver_concept = receiver_t;
240 using _Receiver = stdexec::__t<_ReceiverId>;
241 using __sexpr = _Sexpr;
242 using __index = _Idx;
243 using __id = __receiver;
245 using __tag_t = tag_of_t<_Sexpr>;
249 __parent_op_t* __op_;
537 using __t = __basic_sender; typedef
[all …]
H A D__meta.hpp74 using __t = typename _Tp::__t; typedef
82 using __t = _Ty; typedef
294 using __t = __meval__<_Fn, _Args...>; typedef
311 using __t = __minvoke__<_Fn, _Args...>; typedef
390 using __t = __minvoke<_Fn, _Args...>; typedef
403 using __t = __minvoke<_Fn, _Args...>; typedef
568 using __t = __minvoke<_Continuation, _As...>; typedef
638 using __t = _Fn; typedef
645 using __t = __minvoke<_Fn, _As...>; typedef
793 using __t = _Ty; typedef
[all …]
H A D__env.hpp393 using __t = __with; typedef
425 using __t = __fwd; typedef
446 using __t = __ref; typedef
483 using __t = __without_; typedef
524 using __t = __joined; typedef
546 using __t = __from; typedef
H A D__tuple.hpp50 using __t = __tuple<__indices_for<_Ts...>, _Ts...>; typedef
124 using __t = __minvoke<_Fn, _Ts...>; typedef
H A D__execution_fwd.hpp61 using __t = empty_env; typedef
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.h230 #define for_each_cpu_transcoder(__dev_priv, __t) \ argument
234 #define for_each_cpu_transcoder_masked(__dev_priv, __t, __mask) \ argument
/openbmc/linux/kernel/bpf/
H A Dbtf.c5590 } *__t; member