/include/trace/events/ |
D | rpcrdma.h | 55 #define DEFINE_COMPLETION_EVENT(name) \ argument 92 #define DEFINE_REPLY_EVENT(name) \ argument 123 #define DEFINE_RXPRT_EVENT(name) \ argument 160 #define DEFINE_CONN_EVENT(name) \ argument 208 #define DEFINE_RDCH_EVENT(name) \ argument 255 #define DEFINE_WRCH_EVENT(name) \ argument 291 #define DEFINE_FRWR_DONE_EVENT(name) \ argument 343 #define DEFINE_MR_EVENT(name) \ argument 376 #define DEFINE_CB_EVENT(name) \ argument 1280 #define DEFINE_ACCEPT_EVENT(name) \ argument [all …]
|
D | sunrpc.h | 88 #define DEFINE_RPCXDRBUF_EVENT(name) \ argument 120 #define DEFINE_RPC_CLNT_EVENT(name) \ argument 255 #define DEFINE_RPC_STATUS_EVENT(name) \ argument 381 #define DEFINE_RPC_RUNNING_EVENT(name) \ argument 434 #define DEFINE_RPC_QUEUED_EVENT(name) \ argument 465 #define DEFINE_RPC_FAILURE(name) \ argument 509 #define DEFINE_RPC_REPLY_EVENT(name) \ argument 526 #define DEFINE_RPCB_ERROR_EVENT(name) \ argument 852 #define DEFINE_RPC_SOCKET_EVENT(name) \ argument 904 #define DEFINE_RPC_SOCKET_EVENT_DONE(name) \ argument [all …]
|
D | fs_dax.h | 54 #define DEFINE_PMD_FAULT_EVENT(name) \ argument 96 #define DEFINE_PMD_LOAD_HOLE_EVENT(name) \ argument 145 #define DEFINE_PMD_INSERT_MAPPING_EVENT(name) \ argument 186 #define DEFINE_PTE_FAULT_EVENT(name) \ argument 251 #define DEFINE_WRITEBACK_RANGE_EVENT(name) \ argument
|
D | xen.h | 26 #define DEFINE_XEN_MC_BATCH(name) \ argument 149 #define DEFINE_XEN_MMU_SET_PTE(name) \ argument 277 #define DEFINE_XEN_MMU_PTEP_MODIFY_PROT(name) \ argument 331 #define DEFINE_XEN_MMU_PGD_EVENT(name) \ argument
|
D | rpcgss.h | 108 #define DEFINE_GSSAPI_EVENT(name) \ argument 163 #define DEFINE_CTX_EVENT(name) \ argument 199 #define DEFINE_SVC_GSSAPI_EVENT(name) \ argument 483 #define DEFINE_SVC_SEQNO_EVENT(name) \ argument
|
/include/linux/ |
D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) argument 13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name)) argument 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name) argument 19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name)) argument 37 #define DECLARE_STATIC_CALL(name, func) \ argument 43 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument 52 #define __STATIC_CALL_ADDRESSABLE(name) \ argument 55 #define __static_call(name) \ argument 63 #define __STATIC_CALL_ADDRESSABLE(name) argument 64 #define __static_call(name) __raw_static_call(name) argument [all …]
|
D | btf_ids.h | 47 #define BTF_ID(prefix, name) \ argument 65 #define __BTF_ID_LIST(name, scope) \ argument 72 #define BTF_ID_LIST(name) \ argument 76 #define BTF_ID_LIST_GLOBAL(name) \ argument 82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument 121 #define __BTF_SET_START(name, scope) \ argument 129 #define BTF_SET_START(name) \ argument 133 #define BTF_SET_START_GLOBAL(name) \ argument 137 #define BTF_SET_END(name) \ argument 146 #define BTF_ID_LIST(name) static u32 name[5]; argument [all …]
|
D | static_call.h | 108 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument 111 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument 114 #define static_call_update(name, func) \ argument 151 #define DEFINE_STATIC_CALL(name, _func) \ argument 159 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 167 #define static_call_cond(name) (void)__static_call(name) argument 169 #define EXPORT_STATIC_CALL(name) \ argument 172 #define EXPORT_STATIC_CALL_GPL(name) \ argument 177 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument 180 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument [all …]
|
D | moduleparam.h | 23 #define __MODULE_INFO(tag, name, info) \ argument 28 #define __MODULE_PARM_TYPE(name, _type) \ argument 70 const char *name; member 126 #define module_param(name, type, perm) \ argument 135 #define module_param_unsafe(name, type, perm) \ argument 149 #define module_param_named(name, value, type, perm) \ argument 161 #define module_param_named_unsafe(name, value, type, perm) \ argument 175 #define module_param_cb(name, ops, arg, perm) \ argument 178 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument 182 #define __level_param_cb(name, ops, arg, perm, level) \ argument [all …]
|
D | notifier.h | 80 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ argument 84 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ argument 88 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ argument 94 #define srcu_cleanup_notifier_head(name) \ argument 97 #define ATOMIC_NOTIFIER_INIT(name) { \ argument 100 #define BLOCKING_NOTIFIER_INIT(name) { \ argument 103 #define RAW_NOTIFIER_INIT(name) { \ argument 106 #define SRCU_NOTIFIER_INIT(name, pcpu) \ argument 113 #define ATOMIC_NOTIFIER_HEAD(name) \ argument 116 #define BLOCKING_NOTIFIER_HEAD(name) \ argument [all …]
|
D | tracepoint.h | 119 #define __TRACEPOINT_ENTRY(name) \ argument 130 #define __TRACEPOINT_ENTRY(name) \ argument 165 #define __DO_TRACE_CALL(name) static_call(tp_func_##name) argument 167 #define __DO_TRACE_CALL(name) __traceiter_##name argument 179 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 219 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 229 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 243 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 328 #define DEFINE_TRACE(name, proto, args) \ argument 331 #define EXPORT_TRACEPOINT_SYMBOL_GPL(name) \ argument [all …]
|
D | crash_core.h | 45 #define VMCOREINFO_SYMBOL(name) \ argument 47 #define VMCOREINFO_SYMBOL_ARRAY(name) \ argument 49 #define VMCOREINFO_SIZE(name) \ argument 52 #define VMCOREINFO_STRUCT_SIZE(name) \ argument 55 #define VMCOREINFO_OFFSET(name, field) \ argument 58 #define VMCOREINFO_TYPE_OFFSET(name, field) \ argument 61 #define VMCOREINFO_LENGTH(name, value) \ argument 63 #define VMCOREINFO_NUMBER(name) \ argument 65 #define VMCOREINFO_CONFIG(name) \ argument
|
D | debugfs.h | 30 char *name; member 179 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() 185 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() 192 static inline struct dentry *debugfs_create_file_unsafe(const char *name, in debugfs_create_file_unsafe() 200 static inline void debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size() 206 static inline struct dentry *debugfs_create_dir(const char *name, in debugfs_create_dir() 212 static inline struct dentry *debugfs_create_symlink(const char *name, in debugfs_create_symlink() 219 static inline struct dentry *debugfs_create_automount(const char *name, in debugfs_create_automount() 233 static inline void debugfs_lookup_and_remove(const char *name, in debugfs_lookup_and_remove() 273 static inline void debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8() [all …]
|
D | proc_fs.h | 94 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 96 #define proc_create_seq(name, mode, parent, ops) \ argument 101 #define proc_create_single(name, mode, parent, show) \ argument 121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument 161 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() 163 static inline struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir() 165 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point() 166 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir() 171 static inline struct proc_dir_entry *proc_mkdir_data(const char *name, in proc_mkdir_data() 173 static inline struct proc_dir_entry *proc_mkdir_mode(const char *name, in proc_mkdir_mode() [all …]
|
D | hashtable.h | 16 #define DEFINE_HASHTABLE(name, bits) \ argument 20 #define DEFINE_READ_MOSTLY_HASHTABLE(name, bits) \ argument 24 #define DECLARE_HASHTABLE(name, bits) \ argument 27 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument 28 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument 126 #define hash_for_each(name, bkt, obj, member) \ argument 138 #define hash_for_each_rcu(name, bkt, obj, member) \ argument 152 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 165 #define hash_for_each_possible(name, obj, member, key) \ argument 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument [all …]
|
D | firmware.h | 24 char *name; member 34 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument 37 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument 63 const char *name, in request_firmware() 70 const char *name, in firmware_request_nowarn() 77 const char *name, in firmware_request_platform() 85 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait() 96 const char *name, in request_firmware_direct() 103 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf() 110 const char *name, in request_partial_firmware_into_buf()
|
D | genl_magic_struct.h | 72 #define __flg_field(attr_nr, attr_flag, name) \ argument 75 #define __u8_field(attr_nr, attr_flag, name) \ argument 78 #define __u16_field(attr_nr, attr_flag, name) \ argument 81 #define __u32_field(attr_nr, attr_flag, name) \ argument 84 #define __s32_field(attr_nr, attr_flag, name) \ argument 87 #define __u64_field(attr_nr, attr_flag, name) \ argument 90 #define __str_field(attr_nr, attr_flag, name, maxlen) \ argument 93 #define __bin_field(attr_nr, attr_flag, name, maxlen) \ argument 98 #define __flg_field_def(attr_nr, attr_flag, name, default) \ argument 100 #define __u32_field_def(attr_nr, attr_flag, name, default) \ argument [all …]
|
D | genl_magic_func.h | 36 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 41 #define __array(attr_nr, attr_flag, name, nla_type, _type, maxlen, \ argument 56 const char *name, void *valp) in dprint_field() 79 const char *name, const char *val, unsigned len) in dprint_array() 101 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument 111 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument 122 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument 123 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument 169 #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ argument 186 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument [all …]
|
D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 92 #define ELFNOTE(size, name, type, desc) \ argument 95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
D | percpu-defs.h | 86 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 111 #define DECLARE_PER_CPU(type, name) \ argument 114 #define DEFINE_PER_CPU(type, name) \ argument 121 #define DECLARE_PER_CPU_FIRST(type, name) \ argument 124 #define DEFINE_PER_CPU_FIRST(type, name) \ argument 138 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument 142 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument [all …]
|
D | swait.h | 53 #define __SWAITQUEUE_INITIALIZER(name) { \ argument 58 #define DECLARE_SWAITQUEUE(name) \ argument 61 #define __SWAIT_QUEUE_HEAD_INITIALIZER(name) { \ argument 66 #define DECLARE_SWAIT_QUEUE_HEAD(name) \ argument 79 # define __SWAIT_QUEUE_HEAD_INIT_ONSTACK(name) \ argument 81 # define DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(name) \ argument 84 # define DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(name) \ argument
|
/include/trace/ |
D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 56 #define DEFINE_EVENT(template, name, proto, args) \ argument 60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument [all …]
|
/include/trace/hooks/ |
D | vendor_hooks.h | 55 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument 62 #define DO_HOOK(name, proto, args, cond) \ argument 77 #define __DECLARE_HOOK(name, proto, args, cond, data_proto, data_args) \ argument 103 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument 114 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
|
/include/linux/ceph/ |
D | ceph_features.h | 13 #define DEFINE_CEPH_FEATURE(bit, incarnation, name) \ argument 19 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument 28 #define DEFINE_CEPH_FEATURE_RETIRED(bit, inc, name, unused, unadvertised) argument 37 #define CEPH_HAVE_FEATURE(x, name) \ argument
|
/include/uapi/sound/ |
D | tlv.h | 51 #define SNDRV_CTL_TLVD_DECLARE_CONTAINER(name, ...) \ argument 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument 77 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX(name, min_dB, max_dB) \ argument 81 #define SNDRV_CTL_TLVD_DECLARE_DB_MINMAX_MUTE(name, min_dB, max_dB) \ argument 93 #define SNDRV_CTL_TLVD_DECLARE_DB_LINEAR(name, min_dB, max_dB) \ argument 110 #define SNDRV_CTL_TLVD_DECLARE_DB_RANGE(name, ...) \ argument
|