Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 3648) sorted by relevance

12345678910>>...146

/linux/fs/xfs/scrub/
H A Dtrace.h183 #define DEFINE_SCRUB_EVENT(name) \ argument
216 #define DEFINE_SCRUB_FSHOOK_EVENT(name) \ argument
257 #define DEFINE_SCRUBV_HEAD_EVENT(name) \ argument
289 #define DEFINE_SCRUBV_EVENT(name) \ argument
385 #define DEFINE_SCRUB_BLOCK_ERROR_EVENT(name) \ argument
417 #define DEFINE_SCRUB_INO_ERROR_EVENT(name) \ argument
456 #define DEFINE_SCRUB_FBLOCK_ERROR_EVENT(name) \ argument
504 #define DEFINE_SCRUB_DQITER_EVENT(name) \ argument
755 #define DEFINE_SCRUB_SBTREE_EVENT(name) \ argument
929 #define DEFINE_XCHK_FSFREEZE_EVENT(name) \ argument
[all …]
/linux/fs/smb/client/
H A Dtrace.h149 #define DEFINE_SMB3_RW_ERR_EVENT(name) \ argument
198 #define DEFINE_SMB3_OTHER_ERR_EVENT(name) \ argument
255 #define DEFINE_SMB3_COPY_RANGE_ERR_EVENT(name) \ argument
306 #define DEFINE_SMB3_COPY_RANGE_DONE_EVENT(name) \ argument
362 #define DEFINE_SMB3_RW_DONE_EVENT(name) \ argument
409 #define DEFINE_SMB3_OTHER_DONE_EVENT(name) \ argument
453 #define DEFINE_SMB3_EOF_EVENT(name) \ argument
489 #define DEFINE_SMB3_FD_EVENT(name) \ argument
529 #define DEFINE_SMB3_FD_ERR_EVENT(name) \ argument
574 #define DEFINE_SMB3_INF_ENTER_EVENT(name) \ argument
[all …]
/linux/fs/nilfs2/
H A Dsysfs.h53 #define NILFS_COMMON_ATTR_STRUCT(name) \ argument
64 #define NILFS_DEV_ATTR_STRUCT(name) \ argument
80 #define NILFS_CP_ATTR_STRUCT(name) \ argument
91 #define NILFS_ATTR(type, name, mode, show, store) \ argument
95 #define NILFS_INFO_ATTR(type, name) \ argument
97 #define NILFS_RO_ATTR(type, name) \ argument
99 #define NILFS_RW_ATTR(type, name) \ argument
104 #define NILFS_FEATURE_INFO_ATTR(name) \ argument
106 #define NILFS_FEATURE_RO_ATTR(name) \ argument
108 #define NILFS_FEATURE_RW_ATTR(name) \ argument
[all …]
/linux/include/trace/events/
H A Drpcrdma.h47 #define DEFINE_SIMPLE_CID_EVENT(name) \ argument
87 #define DEFINE_COMPLETION_EVENT(name) \ argument
124 #define DEFINE_SEND_FLUSH_EVENT(name) \ argument
164 #define DEFINE_MR_COMPLETION_EVENT(name) \ argument
209 #define DEFINE_RECEIVE_COMPLETION_EVENT(name) \ argument
243 #define DEFINE_RECEIVE_SUCCESS_EVENT(name) \ argument
280 #define DEFINE_RECEIVE_FLUSH_EVENT(name) \ argument
317 #define DEFINE_REPLY_EVENT(name) \ argument
347 #define DEFINE_RXPRT_EVENT(name) \ argument
382 #define DEFINE_CONN_EVENT(name) \ argument
[all …]
/linux/fs/nfs/
H A Dnfs4trace.h60 #define DEFINE_NFS4_CLIENTID_EVENT(name) \ argument
479 #define DEFINE_NFS4_XDR_EVENT(name) \ argument
514 #define DEFINE_CB_ERROR_EVENT(name) \ argument
605 #define DEFINE_NFS4_OPEN_EVENT(name) \ argument
761 #define DEFINE_NFS4_LOCK_EVENT(name) \ argument
950 #define DEFINE_NFS4_SET_DELEGATION_EVENT(name) \ argument
1042 #define DEFINE_NFS4_TEST_STATEID_EVENT(name) \ argument
1088 #define DEFINE_NFS4_LOOKUP_EVENT(name) \ argument
1209 #define DEFINE_NFS4_INODE_EVENT(name) \ argument
1268 #define DEFINE_NFS4_INODE_STATEID_EVENT(name) \ argument
[all …]
/linux/include/linux/
H A Dstatic_call.h146 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument
149 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument
152 #define static_call_update(name, func) \ argument
159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) argument
187 #define DEFINE_STATIC_CALL(name, _func) \ argument
195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
203 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
211 #define static_call_cond(name) (void)__static_call(name) argument
213 #define EXPORT_STATIC_CALL(name) \ argument
216 #define EXPORT_STATIC_CALL_GPL(name) \ argument
[all …]
H A Dstatic_call_types.h12 #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
73 #define __STATIC_CALL_ADDRESSABLE(name) argument
74 #define __static_call(name) __raw_static_call(name) argument
[all …]
H A Dmoduleparam.h23 #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 …]
H A Dtracepoint.h151 #define __TRACEPOINT_ENTRY(name) \ argument
162 #define __TRACEPOINT_ENTRY(name) \ argument
197 #define __DO_TRACE_CALL(name, args) \ argument
209 #define __DO_TRACE_CALL(name, args) __traceiter_##name(NULL, args) argument
217 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument
218 #define __DEFINE_RUST_DO_TRACE(name, proto, args) \ argument
235 #define __DECLARE_TRACE_COMMON(name, proto, args, data_proto) \ argument
269 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
288 #define __DECLARE_TRACE_SYSCALL(name, proto, args, data_proto) \ argument
373 #define EXPORT_TRACEPOINT_SYMBOL_GPL(name) \ argument
[all …]
H A Dnotifier.h81 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ argument
85 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ argument
89 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ argument
95 #define srcu_cleanup_notifier_head(name) \ argument
98 #define ATOMIC_NOTIFIER_INIT(name) { \ argument
101 #define BLOCKING_NOTIFIER_INIT(name) { \ argument
104 #define RAW_NOTIFIER_INIT(name) { \ argument
107 #define SRCU_NOTIFIER_INIT(name, pcpu) \ argument
115 #define ATOMIC_NOTIFIER_HEAD(name) \ argument
118 #define BLOCKING_NOTIFIER_HEAD(name) \ argument
[all …]
H A Dproc_fs.h99 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
101 #define proc_create_seq(name, mode, parent, ops) \ argument
106 #define proc_create_single(name, mode, parent, show) \ argument
135 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
178 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink()
180 static inline struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir()
182 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point()
183 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir()
188 static inline struct proc_dir_entry *proc_mkdir_data(const char *name, in proc_mkdir_data()
190 static inline struct proc_dir_entry *proc_mkdir_mode(const char *name, in proc_mkdir_mode()
[all …]
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h85 #define __SYS_STUB0(abi, name) \ argument
91 #define __SYS_STUBx(abi, name, ...) \ argument
99 #define __COND_SYSCALL(abi, name) \ argument
107 #define __X64_SYS_STUB0(name) \ argument
110 #define __X64_SYS_STUBx(x, name, ...) \ argument
114 #define __X64_COND_SYSCALL(name) \ argument
118 #define __X64_SYS_STUB0(name) argument
119 #define __X64_SYS_STUBx(x, name, ...) argument
120 #define __X64_COND_SYSCALL(name) argument
124 #define __IA32_SYS_STUB0(name) \ argument
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c15 #define MODULES_CASE(name, pg_name, tp_name) { \ argument
45 #define FLAVORS_CASE_COMMON(name) \ argument
52 #define FLAVORS_CASE(name) { \ argument
60 #define FLAVORS_ERR_CASE(name) { \ argument
70 NESTING_CASE_COMMON(name) global() argument
77 NESTING_CASE(name) global() argument
85 NESTING_ERR_CASE(name) global() argument
98 ARRAYS_CASE_COMMON(name) global() argument
105 ARRAYS_CASE(name) global() argument
119 ARRAYS_ERR_CASE(name) global() argument
132 PRIMITIVES_CASE_COMMON(name) global() argument
139 PRIMITIVES_CASE(name) global() argument
147 PRIMITIVES_ERR_CASE(name) global() argument
152 MODS_CASE(name) global() argument
176 PTR_AS_ARR_CASE(name) global() argument
205 INTS_CASE_COMMON(name) global() argument
212 INTS_CASE(name) global() argument
220 INTS_ERR_CASE(name) global() argument
225 FIELD_EXISTS_CASE_COMMON(name) global() argument
232 BITFIELDS_CASE_COMMON(objfile,test_name_prefix,name) global() argument
237 BITFIELDS_CASE(name,...) global() argument
259 BITFIELDS_ERR_CASE(name) global() argument
274 SIZE_CASE_COMMON(name) global() argument
301 SIZE_CASE(name) global() argument
308 SIZE_ERR_CASE(name) global() argument
314 TYPE_BASED_CASE_COMMON(name) global() argument
321 TYPE_BASED_CASE(name,...) global() argument
328 TYPE_BASED_ERR_CASE(name) global() argument
333 TYPE_ID_CASE_COMMON(name) global() argument
340 TYPE_ID_CASE(name,setup_fn) global() argument
347 TYPE_ID_ERR_CASE(name) global() argument
352 ENUMVAL_CASE_COMMON(name) global() argument
359 ENUMVAL_CASE(name,...) global() argument
366 ENUMVAL_ERR_CASE(name) global() argument
371 ENUM64VAL_CASE_COMMON(name) global() argument
378 ENUM64VAL_CASE(name,...) global() argument
385 ENUM64VAL_ERR_CASE(name) global() argument
413 find_btf_type(const struct btf * btf,const char * name,__u32 kind) find_btf_type() argument
430 const char *name; setup_type_id_case_local() local
[all...]
/linux/tools/perf/util/include/linux/
H A Dlinkage.h27 #define SYM_L_GLOBAL(name) .globl name argument
28 #define SYM_L_WEAK(name) .weak name argument
29 #define SYM_L_LOCAL(name) /* nothing */ argument
37 #define SYM_ENTRY(name, linkage, align...) \ argument
45 #define SYM_START(name, linkage, align...) \ argument
51 #define SYM_END(name, sym_type) \ argument
59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument
69 #define SYM_FUNC_START(name) \ argument
75 #define SYM_FUNC_START_LOCAL(name) \ argument
81 #define SYM_FUNC_START_WEAK(name) \ argument
[all …]
/linux/tools/include/linux/
H A Dbtf_ids.h58 #define BTF_ID(prefix, name) \ argument
76 #define __BTF_ID_LIST(name, scope) \ argument
83 #define BTF_ID_LIST(name) \ argument
87 #define BTF_ID_LIST_GLOBAL(name, n) \ argument
93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
96 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
135 #define __BTF_SET_START(name, scope) \ argument
143 #define BTF_SET_START(name) \ argument
147 #define BTF_SET_START_GLOBAL(name) \ argument
151 #define BTF_SET_END(name) \ argument
[all …]
H A Dstatic_call_types.h12 #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
73 #define __STATIC_CALL_ADDRESSABLE(name) argument
74 #define __static_call(name) __raw_static_call(name) argument
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Ddebugfs.h8 #define MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
34 #define MLD_DEBUGFS_READ_WRAPPER(name) \ argument
60 #define _MLD_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
70 #define WIPHY_DEBUGFS_WRITE_HANDLER_WRAPPER(name) \ argument
99 #define WIPHY_DEBUGFS_WRITE_WRAPPER(name, bufsz, objtype) \ argument
116 #define WIPHY_DEBUGFS_WRITE_FILE_OPS(name, bufsz, objtype) \ argument
124 #define WIPHY_DEBUGFS_READ_HANDLER_WRAPPER_MLD(name) \ argument
134 #define WIPHY_DEBUGFS_WRITE_HANDLER_WRAPPER_MLD(name) \ argument
144 #define WIPHY_DEBUGFS_WRITE_WRAPPER_MLD(name) \ argument
160 #define WIPHY_DEBUGFS_READ_WRAPPER_MLD(name) \ argument
[all …]
/linux/include/rv/
H A Dda_monitor.h21 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
47 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
67 #define DECLARE_DA_MON_GENERIC_HELPERS(name, type) \ argument
154 #define DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type) \ argument
185 #define DECLARE_DA_MON_MODEL_HANDLER_PER_TASK(name, type) \ argument
218 #define DECLARE_DA_MON_INIT_GLOBAL(name, type) \ argument
261 #define DECLARE_DA_MON_INIT_PER_CPU(name, type) \ argument
309 #define DECLARE_DA_MON_INIT_PER_TASK(name, type) \ argument
376 #define DECLARE_DA_MON_MONITOR_HANDLER_IMPLICIT(name, type) \ argument
458 #define DECLARE_DA_MON_MONITOR_HANDLER_PER_TASK(name, type) \ argument
[all …]
/linux/drivers/clk/imx/
H A Dclk.h104 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \ argument
107 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ argument
112 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \ argument
115 #define imx_clk_pfd(name, parent_name, reg, idx) \ argument
118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument
121 #define imx_clk_fixed(name, rate) \ argument
124 #define imx_clk_fixed_factor(name, parent, mult, div) \ argument
127 #define imx_clk_divider(name, parent, reg, shift, width) \ argument
130 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument
133 #define imx_clk_gate(name, parent, reg, shift) \ argument
[all …]
/linux/include/trace/
H A Ddefine_trace.h27 #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_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument
54 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
60 #define DEFINE_EVENT(template, name, proto, args) \ argument
64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
[all …]
/linux/arch/loongarch/include/asm/
H A Dlinkage.h8 #define SYM_FUNC_START(name) \ argument
12 #define SYM_FUNC_START_NOALIGN(name) \ argument
16 #define SYM_FUNC_START_LOCAL(name) \ argument
20 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ argument
24 #define SYM_FUNC_START_WEAK(name) \ argument
28 #define SYM_FUNC_START_WEAK_NOALIGN(name) \ argument
32 #define SYM_FUNC_END(name) \ argument
36 #define SYM_CODE_START(name) \ argument
40 #define SYM_CODE_END(name) \ argument
/linux/arch/powerpc/kvm/
H A Dfpu.S29 #define FPS_ONE_IN(name) \ argument
50 #define FPS_TWO_IN(name) \ argument
73 #define FPS_THREE_IN(name) \ argument
156 #define FPD_NONE_IN(name) \ argument
173 #define FPD_ONE_IN(name) \ argument
192 #define FPD_TWO_IN(name) \ argument
210 #define FPD_TWO_IN_CR(name) \ argument
236 #define FPD_THREE_IN(name) \ argument
/linux/arch/mips/include/asm/
H A Dmips-gic.h30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument
35 #define GIC_ACCESSOR_RW(sz, off, name) \ argument
40 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument
45 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument
50 #define _GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
63 #define _GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
73 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
77 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
82 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
89 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.h24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument
30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument
38 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ argument
49 #define LPFC_BBCR_ATTR_RW(name, defval, minval, maxval, desc) \ argument
59 #define LPFC_ATTR_HEX_R(name, defval, minval, maxval, desc) \ argument
67 #define LPFC_ATTR_HEX_RW(name, defval, minval, maxval, desc) \ argument
78 #define LPFC_VPORT_ATTR(name, defval, minval, maxval, desc) \ argument
84 #define LPFC_VPORT_ATTR_R(name, defval, minval, maxval, desc) \ argument
92 #define LPFC_VPORT_ULL_ATTR_R(name, defval, minval, maxval, desc) \ argument
100 #define LPFC_VPORT_ATTR_RW(name, defval, minval, maxval, desc) \ argument
[all …]
/linux/arch/arm64/include/asm/
H A Dlinkage.h18 #define SYM_FUNC_START(name) \ argument
22 #define SYM_FUNC_START_NOALIGN(name) \ argument
26 #define SYM_FUNC_START_LOCAL(name) \ argument
30 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ argument
34 #define SYM_FUNC_START_WEAK(name) \ argument
38 #define SYM_FUNC_START_WEAK_NOALIGN(name) \ argument
42 #define SYM_TYPED_FUNC_START(name) \ argument

12345678910>>...146