Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 86) sorted by relevance

1234

/include/linux/
Dtracepoint.h107 #define PARAMS(args...) args argument
147 #define TP_PROTO(args...) args argument
148 #define TP_ARGS(args...) args argument
149 #define TP_CONDITION(args...) args argument
165 #define __DO_TRACE_CALL(name, args) \ argument
177 #define __DO_TRACE_CALL(name, args) __traceiter_##name(NULL, args) argument
195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
[all …]
Datomic.h58 #define __atomic_op_acquire(op, args...) \ argument
65 #define __atomic_op_release(op, args...) \ argument
71 #define __atomic_op_fence(op, args...) \ argument
Dandroid_hook_defs.h33 #define DECLARE_INDIRECT_HOOK(name, proto, args) \ argument
42 #define DEFINE_INDIRECT_HOOK(name, proto, args) \ argument
Dnetlink.h111 #define NL_SET_ERR_MSG_FMT(extack, fmt, args...) do { \ argument
130 #define NL_SET_ERR_MSG_FMT_MOD(extack, fmt, args...) \ argument
165 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument
187 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
299 long args[6]; member
Darmada-37xx-rwtm-mailbox.h15 u32 args[16]; member
Dlinkage.h67 # define asmlinkage_protect(n, ret, args...) do { } while (0) argument
Dkernel.h279 #define __trace_printk_check_format(fmt, args...) \ argument
324 #define do_trace_printk(fmt, args...) \ argument
/include/trace/
Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
[all …]
Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
61 #define DEFINE_EVENT(template, name, proto, args) \ argument
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
[all …]
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_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 …]
Dbpf_probe.h45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument
54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
62 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
83 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
95 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
100 #define DEFINE_EVENT(template, call, proto, args) \ argument
104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
108 #define DECLARE_TRACE(call, proto, args) \ argument
113 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
64 #define DEFINE_EVENT(template, call, proto, args) \ argument
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
Dsyscall.h30 const char **args; member
/include/trace/hooks/
Dvendor_hooks.h22 #define DEFINE_HOOK_FN(_name, _reg, _unreg, proto, args) \ argument
55 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
63 #define __DO_RESTRICTED_HOOK_CALL(name, args) \ argument
74 #define __DO_RESTRICTED_HOOK_CALL(name, args) __traceiter_##name(NULL, args) argument
77 #define DO_RESTRICTED_HOOK(name, args, cond) \ argument
85 #define __DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) \ argument
110 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
120 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
/include/net/
Dnet_debug.h55 #define netdev_dbg(__dev, format, args...) \ argument
60 #define netdev_dbg(__dev, format, args...) \ argument
63 #define netdev_dbg(__dev, format, args...) \ argument
74 #define netdev_vdbg(dev, format, args...) \ argument
84 #define netif_printk(priv, type, level, dev, fmt, args...) \ argument
90 #define netif_level(level, priv, type, dev, fmt, args...) \ argument
96 #define netif_emerg(priv, type, dev, fmt, args...) \ argument
98 #define netif_alert(priv, type, dev, fmt, args...) \ argument
100 #define netif_crit(priv, type, dev, fmt, args...) \ argument
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
[all …]
/include/media/
Dv4l2-device.h292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
411 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
444 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
471 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
/include/kunit/
Dstatic_stub.h14 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) do {} while (0) argument
59 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) \ argument
/include/trace/events/
Dbpf_test_run.h29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
Dbtrfs.h173 #define TP_STRUCT__entry_btrfs(args...) \ argument
177 #define TP_fast_assign_btrfs(fs_info, args...) \ argument
181 #define TP_printk_btrfs(fmt, args...) \ argument
/include/trace/stages/
Dstage7_class_define.h39 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) argument
/include/uapi/linux/netfilter/
Dx_tables.h129 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument
148 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument
168 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument
/include/linux/usb/
Dcomposite.h622 #define DBG(d, fmt, args...) \ argument
624 #define VDBG(d, fmt, args...) \ argument
626 #define ERROR(d, fmt, args...) \ argument
628 #define WARNING(d, fmt, args...) \ argument
630 #define INFO(d, fmt, args...) \ argument
/include/uapi/linux/netfilter_bridge/
Debtables.h218 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument
241 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument
264 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument

1234