/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __manual_lifetime.hpp | 77 std::destroy_at(&__get()); in __destroy() 81 auto __get() & noexcept -> _Ty& in __get() function in stdexec::__manual_lifetime 88 auto __get() && noexcept -> _Ty&& in __get() function in stdexec::__manual_lifetime 95 auto __get() const& noexcept -> const _Ty& in __get() function in stdexec::__manual_lifetime 102 auto __get() const&& noexcept -> const _Ty&& = delete;
|
/openbmc/linux/include/linux/ |
H A D | genl_magic_struct.h | 160 __get, __put, __is_signed) \ argument 165 maxlen, __get, __put, __is_signed) \ argument 228 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 234 __get, __put, __is_signed) \ argument 252 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 258 __get, __put, __is_signed) \ argument 271 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 277 __get, __put, is_signed) \ argument
|
H A D | genl_magic_func.h | 37 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 43 __get, __put, __is_signed) \ argument 187 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 191 s->name = __get(nla); \ 197 __get, __put, __is_signed) \ argument 201 __get(s->name, nla, maxlen); \ 353 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 363 __get, __put, __is_signed) \ argument 378 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 382 __get, __put, __is_signed) argument
|
H A D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 52 return simple_attr_open(inode, file, __get, __set, __fmt); \ 63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 64 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 67 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
H A D | fs.h | 3344 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 3348 return simple_attr_open(inode, file, __get, __set, __fmt); \ 3359 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3360 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3362 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 3363 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
/openbmc/linux/drivers/md/ |
H A D | dm-bio-prison-v2.c | 150 static bool __get(struct dm_bio_prison_v2 *prison, in __get() function 183 r = __get(prison, key, lock_level, inmate, cell_prealloc, cell_result); in dm_cell_get_v2()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 145 return spufs_attr_open(inode, file, __get, __set, __fmt); \ 1218 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument 1219 static int __##__get(void *data, u64 *val) \ 1228 *val = __get(ctx); \ 1234 *val = __get(ctx); \ 1237 *val = __get(ctx); \ 1241 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument 368 __get(dt, val); \
|