/linux/kernel/trace/ |
H A D | trace_export.c | 89 #define __field_ext(_type, _item, _filter_type) { \ argument 96 #define __field_ext_packed(_type, _item, _filter_type) { \ argument 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 108 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER) argument 111 #define __field_packed(_type, _container, _item) __field_ext_packed(_type, _item, FILTER_OTHER) argument 114 #define __array(_type, _item, _len) { \ argument 121 #define __stack_array(_type, _item, _len, _field) __array(_type, _item, _len) argument 124 #define __array_desc(_type, _container, _item, _len) __array(_type, _item, _len) argument 127 #define __dynamic_array(_type, _item) { \ argument
|
/linux/include/rdma/ |
H A D | uverbs_std_types.h | 24 #define uobj_get_read(_type, _id, _attrs) \ argument 29 #define ufd_get_read(_type, _fdnum, _attrs) \ argument 40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 44 #define uobj_get_write(_type, _id, _attrs) \ argument 51 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 58 uobj_get_destroy(_type,_id,_attrs) global() argument 111 uobj_alloc(_type,_attrs,_ib_dev) global() argument [all...] |
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | item.h | 262 #define __ITEM_NAME(_type, _cname, _iname) \ argument 270 #define MLXSW_ITEM8(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 288 #define MLXSW_ITEM8_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument 313 #define MLXSW_ITEM16(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 331 #define MLXSW_ITEM16_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument 356 #define MLXSW_ITEM32(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 377 #define MLXSW_ITEM32_LP(_type, _cname, _offset1, _shift1, _offset2, _shift2) \ argument 410 #define MLXSW_ITEM32_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument 435 #define MLXSW_ITEM64(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 453 #define MLXSW_ITEM64_INDEXED(_type, _cname, _iname, _offset, _shift, \ argument [all …]
|
/linux/include/trace/stages/ |
H A D | stage4_event_fields.h | 8 #define __field_ext(_type, _item, _filter_type) { \ argument 14 #define __field_struct_ext(_type, _item, _filter_type) { \ argument 26 #define __array(_type, _item, _len) { \ argument 33 #define __dynamic_array(_type, _item, _len) { \ argument 60 #define __rel_dynamic_array(_type, _item, _len) { \ argument
|
/linux/include/linux/ |
H A D | cleanup.h | 197 #define DEFINE_FREE(_name, _type, _free) \ argument 262 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument 325 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 396 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ argument 409 #define __DEFINE_LOCK_GUARD_1(_name, _type, _lock) \ argument 426 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument
|
/linux/fs/bcachefs/ |
H A D | darray.h | 14 #define DARRAY_PREALLOCATED(_type, _nr) \ argument 21 #define DARRAY(_type) DARRAY_PREALLOCATED(_type, 0) argument 133 #define DEFINE_DARRAY_CLASS(_type) \ argument 136 #define DEFINE_DARRAY(_type) \ argument 140 #define DEFINE_DARRAY_NAMED(_name, _type) \ argument
|
H A D | vstructs.h | 19 #define __vstruct_bytes(_type, _u64s) \ argument 29 #define __vstruct_blocks(_type, _sector_block_bits, _u64s) \ argument
|
H A D | btree_update.h | 302 #define bch2_bkey_make_mut_noupdate_typed(_trans, _k, _type) \ argument 332 #define bch2_bkey_make_mut_typed(_trans, _iter, _k, _flags, _type) \ argument 399 #define bch2_bkey_get_mut_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument 425 #define bch2_bkey_alloc(_trans, _iter, _flags, _type) \ argument
|
/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 94 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
|
/linux/drivers/iio/adc/ |
H A D | da9150-gpadc.c | 250 #define DA9150_GPADC_CHANNEL(_id, _hw_id, _type, chan_info, \ argument 261 #define DA9150_GPADC_CHANNEL_RAW(_id, _hw_id, _type, _ext_name) \ argument 265 #define DA9150_GPADC_CHANNEL_SCALED(_id, _hw_id, _type, _ext_name) \ argument 272 #define DA9150_GPADC_CHANNEL_PROCESSED(_id, _hw_id, _type, _ext_name) \ argument
|
H A D | max77541-adc.c | 100 #define MAX77541_ADC_CHANNEL_V(_channel, _name, _type, _reg) \ argument 111 #define MAX77541_ADC_CHANNEL_TEMP(_channel, _name, _type, _reg) \ 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 52 #define DEFINE_CHROMEOS_I2C_PROBE_DATA_DUMB_BY_TYPE(_type) \ argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | netif_receive_skb.c | 49 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument 84 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument
|
/linux/arch/mips/include/asm/ |
H A D | sync.h | 177 # define ____SYNC(_type, _reason, _else) \ argument 189 # define ____SYNC(_type, _reason, _else) argument
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 307 TEST_BTF_DUMP_DATA(_b,_d,_prefix,_str,_type,_flags,_expected,...) global() argument 321 TEST_BTF_DUMP_DATA_C(_b,_d,_prefix,_str,_type,_flags,...) global() argument 327 TEST_BTF_DUMP_DATA_OVER(_b,_d,_prefix,_str,_type,_type_sz,_expected,...) global() argument 339 TEST_BTF_DUMP_VAR(_b,_d,_prefix,_str,_var,_type,_flags,_expected,...) global() argument [all...] |
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_tl_debugfs.h | 80 #define ADF_TL_COUNTER(_name, _type, _offset) \ argument 86 #define ADF_TL_COUNTER_LATENCY(_name, _type, _offset1, _offset2) \ argument
|
/linux/security/keys/ |
H A D | keyctl.c | 46 const char __user *_type, in key_get_type_from_user() 74 SYSCALL_DEFINE5(add_key, const char __user *, _type, in SYSCALL_DEFINE5() argument 167 SYSCALL_DEFINE4(request_key, const char __user *, _type, in SYSCALL_DEFINE4() argument 717 const char __user *_type, in keyctl_keyring_search() 1729 long keyctl_restrict_keyring(key_serial_t id, const char __user *_type, in keyctl_restrict_keyring()
|
/linux/arch/arm/mach-imx/ |
H A D | hardware.h | 102 #define imx_map_entry(soc, name, _type) { \ argument
|
/linux/fs/xfs/ |
H A D | xfs_drain.h | 81 #define xfs_group_intent_get(_mp, _fsbno, _type) \ argument
|
/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio_sensor.h | 5 #define SSP_CHANNEL_AG(_type, _mod, _index) \ argument
|
/linux/arch/arc/include/asm/ |
H A D | mach_desc.h | 54 #define MACHINE_START(_type, _name) \ argument
|
/linux/drivers/regulator/ |
H A D | max77826-regulator.c | 113 #define MAX77826_VOLT_RANGE(_type) \ argument 118 #define MAX77826_LDO(_id, _type) \ argument
|
/linux/include/uapi/rdma/ |
H A D | rvt-abi.h | 14 #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name argument
|
/linux/drivers/input/touchscreen/ |
H A D | tsc2007_iio.c | 15 #define TSC2007_CHAN_IIO(_chan, _name, _type, _chan_info) \ argument
|
/linux/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.h | 44 #define DEF_TYPE(_name, _id, _type...) \ argument 46 #define DEF_BASE(_name, _id, _type, _parent...) \ argument
|