| /include/trace/stages/ |
| 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), \ 15 .type = #_type, .name = #_item, \ 16 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 26 #define __array(_type, _item, _len) { \ argument 28 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \ 33 #define __dynamic_array(_type, _item, _len) { \ argument 34 .type = "__data_loc " #_type "[]", .name = #_item, \ 60 #define __rel_dynamic_array(_type, _item, _len) { \ argument [all …]
|
| /include/rdma/ |
| 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, \ 52 __uobj_perform_destroy(uobj_get_type(_attrs, _type), \ 59 __uobj_get_destroy(uobj_get_type(_attrs, _type), _uobj_check_id(_id), \ [all …]
|
| 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, \
|
| /include/drm/ |
| 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), \
|
| /include/linux/ |
| A D | cleanup.h | 210 #define DEFINE_FREE(_name, _type, _free) \ argument 211 static inline void __free_##_name(void *p) { _type _T = *(_type *)p; _free; } 276 typedef _type class_##_name##_t; \ 277 static inline void class_##_name##_destructor(_type *p) \ 278 { _type _T = *p; _exit; } \ 280 { _type t = _init; return t; } 378 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 379 DEFINE_CLASS(_name, _type, if (!__GUARD_IS_ERR(_T)) { _unlock; }, ({ _lock; _T; }), _type _T); \ 465 _type *lock; \ 476 #define __DEFINE_LOCK_GUARD_1(_name, _type, _lock) \ argument [all …]
|
| A D | generic-radix-tree.h | 128 #define GENRADIX(_type) \ argument 131 _type type[0] __aligned(1); \ 134 #define DEFINE_GENRADIX(_name, _type) \ argument 135 GENRADIX(_type) _name = __GENRADIX_INITIALIZER
|
| A D | min_heap.h | 27 #define MIN_HEAP_PREALLOCATED(_type, _name, _nr) \ argument 31 _type *data; \ 32 _type preallocated[_nr]; \ 35 #define DEFINE_MIN_HEAP(_type, _name) MIN_HEAP_PREALLOCATED(_type, _name, 0) argument
|
| A D | moduleparam.h | 33 #define __MODULE_PARM_TYPE(name, _type) \ argument 34 MODULE_INFO(parmtype, #name ":" _type)
|
| A D | genl_magic_func.h | 37 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 42 #define __array(attr_nr, attr_flag, name, nla_type, _type, maxlen, \ argument
|
| A D | compat.h | 235 u32 _type; member
|
| A D | syscalls.h | 794 asmlinkage long sys_add_key(const char __user *_type, 799 asmlinkage long sys_request_key(const char __user *_type,
|
| /include/uapi/rdma/ |
| A D | rvt-abi.h | 14 #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name argument
|
| A D | ib_user_ioctl_verbs.h | 41 #define RDMA_UAPI_PTR(_type, _name) __aligned_u64 _name argument
|
| /include/linux/usb/ |
| A D | renesas_usbhs.h | 104 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument 105 .type = (_type), \
|
| A D | gadget.h | 186 #define USB_EP_CAPS(_type, _dir) \ argument 188 .type_control = !!(_type & USB_EP_CAPS_TYPE_CONTROL), \ 189 .type_iso = !!(_type & USB_EP_CAPS_TYPE_ISO), \ 190 .type_bulk = !!(_type & USB_EP_CAPS_TYPE_BULK), \ 191 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
|
| /include/net/sctp/ |
| A D | constants.h | 123 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ argument 125 SCTP_ST_## _name (_type _arg) \
|
| /include/uapi/asm-generic/ |
| A D | siginfo.h | 96 __u32 _type; member 162 #define si_perf_type _sifields._sigfault._perf._type
|
| /include/linux/soc/mediatek/ |
| A D | mtk_wed.h | 296 #define mtk_wed_device_setup_tc(_dev, _netdev, _type, _type_data) \ argument 297 (_dev)->ops->setup_tc(_dev, _netdev, _type, _type_data) 325 #define mtk_wed_device_setup_tc(_dev, _netdev, _type, _type_data) -EOPNOTSUPP argument
|
| /include/net/ |
| A D | af_rxrpc.h | 100 enum rxrpc_oob_type *_type);
|
| A D | devlink.h | 609 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 613 .type = _type, \ 1237 #define DEVLINK_TRAP_GENERIC(_type, _init_action, _id, _group_id, \ argument 1240 .type = DEVLINK_TRAP_TYPE_##_type, \ 1249 #define DEVLINK_TRAP_DRIVER(_type, _init_action, _id, _name, _group_id, \ argument 1252 .type = DEVLINK_TRAP_TYPE_##_type, \
|
| A D | dsa.h | 1245 #define DSA_DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes) \ argument 1246 DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, \
|
| /include/linux/iio/imu/ |
| A D | adis.h | 475 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 476 .type = (_type), \
|