Home
last modified time | relevance | path

Searched refs:__get_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__receiver_adaptor.hpp134 static auto __get_base(_Self&& __self) noexcept -> __base_t<_Self> in __get_base() function
158 return stdexec::set_value(__get_base(static_cast<_Self&&>(*this)), in set_value()
167 return stdexec::set_error(__get_base(static_cast<_Self&&>(*this)), in set_error()
176 return stdexec::set_stopped(__get_base(static_cast<_Self&&>(*this))); in set_stopped()
183 return stdexec::get_env(__get_base(static_cast<const _Self&>(*this))); in get_env()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic.c137 static inline void __iomem *__get_base(union gic_base *base) in __get_base() function
145 #define gic_data_dist_base(d) __get_base(&(d)->dist_base)
146 #define gic_data_cpu_base(d) __get_base(&(d)->cpu_base)