Searched defs:__fn (Results 1 – 13 of 13) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __variant.hpp | 159 __at<_Ny>& emplace_from_at(_Fn&& __fn, _As&&... __as) // in emplace_from_at() 174 auto emplace_from(_Fn&& __fn, _As&&... __as) // in emplace_from() 188 static void visit(_Fn&& __fn, _Self&& __self, _As&&... __as) // in visit()
|
H A D | __tuple.hpp | 153 _Fn __fn) noexcept(__nothrow_move_constructible<_Fn>) in operator <<() 164 auto __cat_apply(_Fn __fn, _Tuples&&... __tups) // in __cat_apply()
|
H A D | __connect_awaitable.hpp | 180 auto __fn = [&, __fun]() noexcept { in __co_call() local
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | psci.S | 13 #define PSCI_DEFAULT(__fn) \ argument 21 #define PSCI_TABLE(__id, __fn) \ argument
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | functional.hpp | 266 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_mb.h | 91 #define CSIO_INIT_MBP(__mbp, __cp, __tmo, __priv, __fn, __clear) \ argument
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfi_reg.h | 374 #define CPE_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument 375 #define RME_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
|
H A D | bfa_ioc_ct.c | 303 #define FNC_PERS_FN_SHIFT(__fn) ((__fn) * 8) argument
|
H A D | bfi.h | 59 #define bfi_fn_lpu(__fn, __lpu) ((__fn) << 1 | (__lpu)) argument
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_reg.h | 371 #define CPE_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument 372 #define RME_Q_NUM(__fn, __q) (((__fn) << 2) + (__q)) argument
|
H A D | bfa_ioc_ct.c | 367 #define FNC_PERS_FN_SHIFT(__fn) ((__fn) * 8) argument
|
H A D | bfi.h | 34 #define bfi_fn_lpu(__fn, __lpu) ((__fn) << 1 | (__lpu)) argument
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess.h | 322 #define __put_user_switch(x, ptr, __err, __fn) \ argument
|