| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | item.h | 262 #define __ITEM_NAME(_type, _cname, _iname) \ argument 263 mlxsw_##_type##_##_cname##_##_iname##_item 270 #define MLXSW_ITEM8(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 271 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 275 .name = #_type "_" #_cname "_" #_iname, \ 278 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 280 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 283 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \ 285 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ 288 #define MLXSW_ITEM8_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument [all …]
|
| /linux/kernel/trace/ |
| H A D | trace_export.c | 89 #define __field_ext(_type, _item, _filter_type) { \ argument 90 .type = #_type, .name = #_item, \ 91 .size = sizeof(_type), .align = __alignof__(_type), \ 92 is_signed_type(_type), .filter_type = _filter_type }, 96 #define __field_ext_packed(_type, _item, _filter_type) { \ argument 97 .type = #_type, .name = #_item, \ 98 .size = sizeof(_type), .align = 1, \ 99 is_signed_type(_type), .filter_type = _filter_type }, 102 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) argument 105 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN) argument [all …]
|
| /linux/include/trace/stages/ |
| H A D | stage4_event_fields.h | 8 #define __field_ext(_type, _item, _filter_type) { \ argument 9 .type = #_type, .name = #_item, \ 10 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 11 .is_signed = is_signed_type(_type), .filter_type = _filter_type }, 14 #define __field_struct_ext(_type, _item, _filter_type) { \ argument 15 .type = #_type, .name = #_item, \ 16 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 26 #define __array(_type, _item, _len) { \ argument 27 .type = #_type"["__stringify(_len)"]", .name = #_item, \ 28 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \ [all …]
|
| /linux/include/rdma/ |
| H A D | uverbs_std_types.h | 24 #define uobj_get_read(_type, _id, _attrs) \ argument 25 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 29 #define ufd_get_read(_type, _fdnum, _attrs) \ argument 30 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 42 uobj_get_read(_type, _id, _attrs))) 44 #define uobj_get_write(_type, _id, _attrs) \ argument 45 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 51 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 52 __uobj_perform_destroy(uobj_get_type(_attrs, _type), \ 58 uobj_get_destroy(_type,_id,_attrs) global() argument 111 uobj_alloc(_type,_attrs,_ib_dev) global() argument [all...] |
| H A D | uverbs_ioctl.h | 460 #define UVERBS_ATTR_TYPE(_type) \ argument 461 .u.ptr.min_len = sizeof(_type), .u.ptr.len = sizeof(_type) 468 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument 470 UVERBS_ATTR_SIZE(offsetofend(_type, _last), sizeof(_type)) 532 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument 536 _type, \ 539 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument 543 _type, \
|
| /linux/include/linux/ |
| H A D | cleanup.h | 210 #define DEFINE_FREE(_name, _type, _free) \ argument 211 static __always_inline void __free_##_name(void *p) { _type _T = *(_type *)p; _free; } 279 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument 280 typedef _type class_##_name##_t; \ 281 static __always_inline void class_##_name##_destructor(_type *p) \ 282 { _type _T = *p; _exit; } \ 283 static __always_inline _type class_##_name##_constructor(_init_args) \ 284 { _type t = _init; return t; } 391 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 392 DEFINE_CLASS(_name, _type, if (!__GUARD_IS_ERR(_T)) { _unlock; }, ({ _lock; _T; }), _type _T); \ [all …]
|
| /linux/include/drm/ |
| H A D | drm_kunit_helpers.h | 49 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument 50 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \ 51 sizeof(_type), \ 52 offsetof(_type, _member), \ 94 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 95 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \ 96 sizeof(_type), \ 97 offsetof(_type, _member), \
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 503 #define __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ argument 509 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 516 #define __HPP_ENTRY_PERCENT_FN(_type, _field, _fmttype) \ argument 517 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ 524 #define __HPP_SORT_FN(_type, _field) \ argument 525 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 531 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 537 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 544 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 545 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | sync.h | 177 # define ____SYNC(_type, _reason, _else) \ argument 178 .if (( _type ) != -1) && ( _reason ); \ 181 .rept __SYNC_rpt(_type); \ 182 sync _type; \ 189 # define ____SYNC(_type, _reason, _else) argument
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_of_hw_prober.c | 46 #define DEFINE_CHROMEOS_I2C_PROBE_CFG_SIMPLE_BY_TYPE(_type) \ argument 47 static const struct i2c_of_probe_cfg chromeos_i2c_probe_simple_ ## _type ## _cfg = { \ 48 .type = #_type, \ 52 #define DEFINE_CHROMEOS_I2C_PROBE_DATA_DUMB_BY_TYPE(_type) \ argument 53 static const struct chromeos_i2c_probe_data chromeos_i2c_probe_dumb_ ## _type = { \ 55 .type = #_type, \
|
| /linux/drivers/regulator/ |
| H A D | max77826-regulator.c | 113 #define MAX77826_VOLT_RANGE(_type) \ argument 114 ((MAX77826_ ## _type ## _VOLT_MAX - \ 115 MAX77826_ ## _type ## _VOLT_MIN) / \ 116 MAX77826_ ## _type ## _VOLT_STEP + 1) 118 #define MAX77826_LDO(_id, _type) \ argument 125 .min_uV = MAX77826_ ## _type ## _LDO_VOLT_MIN, \ 126 .uV_step = MAX77826_ ## _type ## _LDO_VOLT_STEP, \ 127 .n_voltages = MAX77826_VOLT_RANGE(_type ## _LDO), \
|
| H A D | spacemit-p1.c | 71 #define P1_REG_DESC(_TYPE, _type, _n, _s, _off, _mask, _nv, _ranges) \ argument 73 .name = #_type #_n, \ 75 .of_match = of_match_ptr(#_type #_n), \
|
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | vfio_pci_device.h | 49 #define vfio_pci_config_read(_device, _offset, _type) ({ \ argument 50 _type __data; \ 59 #define vfio_pci_config_write(_device, _offset, _value, _type) do { \ argument 60 _type __data = (_value); \ 61 vfio_pci_config_access((_device), true, _offset, sizeof(_type), &__data); \
|
| /linux/drivers/hwmon/ |
| H A D | bt1-pvt.h | 160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ argument 168 .type = _type, \ 169 .attr_min_alarm = _type## _min, \ 170 .attr_max_alarm = _type## _max, \
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | netif_receive_skb.c | 49 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument 54 static _type _ptrdata = __VA_ARGS__; \ 63 _ptr.type_id = bpf_core_type_id_kernel(_type); \ 84 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument 85 TEST_BTF(_str, _type, _flags, "(" #_type ")" #__VA_ARGS__, \
|
| /linux/scripts/gdb/linux/ |
| H A D | utils.py | 24 self._type = None 28 self._type = None 32 if self._type is None: 33 self._type = gdb.lookup_type(self._name) 34 if self._type is None: 39 return self._type
|
| /linux/arch/arm/include/asm/mach/ |
| H A D | arch.h | 78 #define MACHINE_START(_type,_name) \ argument 79 static const struct machine_desc __mach_desc_##_type \ 82 .nr = MACH_TYPE_##_type, \
|
| /linux/drivers/clk/pistachio/ |
| H A D | clk.h | 119 #define PLL(_id, _name, _pname, _type, _reg, _rates) \ argument 123 .type = _type, \ 130 #define PLL_FIXED(_id, _name, _pname, _type, _reg) \ argument 134 .type = _type, \
|
| /linux/drivers/iio/adc/ |
| H A D | max77541-adc.c | 100 #define MAX77541_ADC_CHANNEL_V(_channel, _name, _type, _reg) \ argument 102 .type = _type, \ 111 #define MAX77541_ADC_CHANNEL_TEMP(_channel, _name, _type, _reg) \ argument 113 .type = _type, \
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | cnic.h | 343 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 344 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 346 #define CDU_CRC8(_cid, _region, _type) \ argument 347 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 349 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument 350 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
|
| /linux/fs/ceph/ |
| H A D | xattr.c | 372 #define CEPH_XATTR_NAME(_type, _name) XATTR_CEPH_PREFIX #_type "." #_name argument 373 #define CEPH_XATTR_NAME2(_type, _name, _name2) \ argument 374 XATTR_CEPH_PREFIX #_type "." #_name "." #_name2 376 #define XATTR_NAME_CEPH(_type, _name, _flags) \ argument 378 .name = CEPH_XATTR_NAME(_type, _name), \ 379 .name_size = sizeof (CEPH_XATTR_NAME(_type, _name)), \ 380 .getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \ 384 #define XATTR_RSTAT_FIELD(_type, _name) \ argument 385 XATTR_NAME_CEPH(_type, _name, VXATTR_FLAG_RSTAT) 386 #define XATTR_RSTAT_FIELD_UPDATABLE(_type, _name) \ argument [all …]
|
| /linux/arch/arc/include/asm/ |
| H A D | mach_desc.h | 54 #define MACHINE_START(_type, _name) \ argument 55 static const struct machine_desc __mach_desc_##_type \
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dump.c | 377 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 380 char __ptrtype[64] = #_type; \ 382 _type _ptrdata = __VA_ARGS__; \ 386 _ptr, sizeof(_type), _str, \ 391 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 393 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 394 "(" #_type ")" #__VA_ARGS__, __VA_ARGS__) 397 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 400 char __ptrtype[64] = #_type; \ 402 _type _ptrdat 409 TEST_BTF_DUMP_VAR(_b,_d,_prefix,_str,_var,_type,_flags,_expected,...) global() argument [all...] |
| /linux/include/uapi/rdma/ |
| H A D | rvt-abi.h | 14 #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name argument
|
| /linux/fs/xfs/ |
| H A D | xfs_drain.h | 81 #define xfs_group_intent_get(_mp, _fsbno, _type) \ argument 82 xfs_group_get_by_fsb((_mp), (_fsbno), (_type))
|