Home
last modified time | relevance | path

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

12345678910>>...162

/linux/fs/xfs/
H A Dxfs_trace.h158 #define DEFINE_ATTR_LIST_EVENT(name) \ argument
309 #define DEFINE_PERAG_REF_EVENT(name) \ argument
348 #define DEFINE_GROUP_REF_EVENT(name) \ argument
384 #define DEFINE_ZONE_EVENT(name) \ argument
452 #define DEFINE_ZONE_ALLOC_EVENT(name) \ argument
549 #define DEFINE_FS_EVENT(name) \ argument
600 #define DEFINE_AG_EVENT(name) \ argument
709 #define DEFINE_BMAP_EVENT(name) \ argument
759 #define DEFINE_BUF_EVENT(name) \ argument
830 #define DEFINE_BUF_FLAGS_EVENT(name) \ argument
[all …]
/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_KOBJ_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 …]
H A Dsunrpc.h93 #define DEFINE_RPCXDRBUF_EVENT(name) \ argument
125 #define DEFINE_RPC_CLNT_EVENT(name) \ argument
294 #define DEFINE_RPC_STATUS_EVENT(name) \ argument
398 #define DEFINE_RPC_RUNNING_EVENT(name) \ argument
453 #define DEFINE_RPC_QUEUED_EVENT(name) \ argument
484 #define DEFINE_RPC_FAILURE(name) \ argument
529 #define DEFINE_RPC_REPLY_EVENT(name) \ argument
546 #define DEFINE_RPCB_ERROR_EVENT(name) \ argument
885 #define DEFINE_RPC_SOCKET_EVENT(name) \ argument
941 #define DEFINE_RPC_SOCKET_EVENT_DONE(name) \ argument
[all …]
/linux/fs/nfs/
H A Dnfs4trace.h63 #define DEFINE_NFS4_CLIENTID_EVENT(name) \ argument
508 #define DEFINE_NFS4_XDR_EVENT(name) \ argument
543 #define DEFINE_CB_ERROR_EVENT(name) \ argument
634 #define DEFINE_NFS4_OPEN_EVENT(name) \ argument
790 #define DEFINE_NFS4_LOCK_EVENT(name) \ argument
979 #define DEFINE_NFS4_SET_DELEGATION_EVENT(name) \ argument
1027 #define DEFINE_NFS4_DELEGATION_EVENT(name) \ argument
1117 #define DEFINE_NFS4_TEST_STATEID_EVENT(name) \ argument
1163 #define DEFINE_NFS4_LOOKUP_EVENT(name) \ argument
1284 #define DEFINE_NFS4_INODE_EVENT(name) \ argument
[all …]
H A Dnfstrace.h152 #define DEFINE_NFS_INODE_EVENT(name) \ argument
158 #define DEFINE_NFS_INODE_EVENT_DONE(name) \ argument
283 #define DEFINE_NFS_UPDATE_SIZE_EVENT(name) \ argument
336 #define DEFINE_NFS_INODE_RANGE_EVENT(name) \ argument
399 #define DEFINE_NFS_READDIR_EVENT(name) \ argument
449 #define DEFINE_NFS_LOOKUP_EVENT(name) \ argument
498 #define DEFINE_NFS_LOOKUP_EVENT_DONE(name) \ argument
691 #define DEFINE_NFS_DIRECTORY_EVENT(name) \ argument
731 #define DEFINE_NFS_DIRECTORY_EVENT_DONE(name) \ argument
859 #define DEFINE_NFS_RENAME_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.h33 #define __MODULE_PARM_TYPE(name, _type) \ argument
75 const char *name; member
131 #define module_param(name, type, perm) \ argument
140 #define module_param_unsafe(name, type, perm) \ argument
154 #define module_param_named(name, value, type, perm) \ argument
166 #define module_param_named_unsafe(name, value, type, perm) \ argument
180 #define module_param_cb(name, ops, arg, perm) \ argument
183 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
187 #define __level_param_cb(name, ops, arg, perm, level) \ argument
199 #define core_param_cb(name, ops, arg, perm) \ 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 …]
/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/fs/nfsd/
H A Dtrace.h86 #define DEFINE_NFSD_XDR_ERR_EVENT(name) \ argument
206 #define DEFINE_NFSD_COMPOUND_ERR_EVENT(name) \ argument
331 #define DEFINE_NFSD_FH_ERR_EVENT(name) \ argument
456 #define DEFINE_NFSD_IO_EVENT(name) \ argument
499 #define DEFINE_NFSD_ERR_EVENT(name) \ argument
567 #define DEFINE_NFSD_COPY_ERR_EVENT(name) \ argument
630 #define DEFINE_STATEID_EVENT(name) \ argument
673 #define DEFINE_STATESEQID_EVENT(name) \ argument
727 #define DEFINE_STID_EVENT(name) \ argument
816 #define DEFINE_CS_SLOT_EVENT(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
34 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
44 #define DECLARE_DA_MON_GENERIC_HELPERS(name, type) \ argument
118 #define DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type) \ argument
157 #define DECLARE_DA_MON_MODEL_HANDLER_PER_TASK(name, type) \ argument
194 #define DECLARE_DA_MON_INIT_GLOBAL(name, type) \ argument
237 #define DECLARE_DA_MON_INIT_PER_CPU(name, type) \ argument
285 #define DECLARE_DA_MON_INIT_PER_TASK(name, type) \ argument
352 #define DECLARE_DA_MON_MONITOR_HANDLER_IMPLICIT(name, type) \ argument
434 #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

12345678910>>...162