Home
last modified time | relevance | path

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

1234

/include/linux/
A Dunroll.h54 #define UNROLL(N, MACRO, args...) CONCATENATE(__UNROLL_, N)(MACRO, args) argument
56 #define __UNROLL_0(MACRO, args...) argument
57 #define __UNROLL_1(MACRO, args...) __UNROLL_0(MACRO, args) MACRO(0, args) argument
58 #define __UNROLL_2(MACRO, args...) __UNROLL_1(MACRO, args) MACRO(1, args) argument
59 #define __UNROLL_3(MACRO, args...) __UNROLL_2(MACRO, args) MACRO(2, args) argument
60 #define __UNROLL_4(MACRO, args...) __UNROLL_3(MACRO, args) MACRO(3, args) argument
61 #define __UNROLL_5(MACRO, args...) __UNROLL_4(MACRO, args) MACRO(4, args) argument
62 #define __UNROLL_6(MACRO, args...) __UNROLL_5(MACRO, args) MACRO(5, args) argument
63 #define __UNROLL_7(MACRO, args...) __UNROLL_6(MACRO, args) MACRO(6, args) argument
64 #define __UNROLL_8(MACRO, args...) __UNROLL_7(MACRO, args) MACRO(7, args) argument
[all …]
A Dtracepoint.h139 #define PARAMS(args...) args argument
179 #define TP_PROTO(args...) args argument
180 #define TP_ARGS(args...) args argument
181 #define TP_CONDITION(args...) args argument
197 #define __DO_TRACE_CALL(name, args) \ argument
217 #define DEFINE_RUST_DO_TRACE(name, proto, args) argument
416 #define DEFINE_TRACE(name, proto, args) argument
466 #define DECLARE_TRACE(name, proto, args) \ argument
480 #define DECLARE_TRACE_EVENT(name, proto, args) \ argument
614 args, cond) \ argument
[all …]
A 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
A Dmin_heap.h180 void do_swap(void *a, void *b, size_t size, void (*swap_func)(void *lhs, void *rhs, void *args), in do_swap()
258 const struct min_heap_callbacks *func, void *args) in __min_heap_sift_down_inline()
298 const struct min_heap_callbacks *func, void *args) in __min_heap_sift_up_inline()
325 const struct min_heap_callbacks *func, void *args) in __min_heapify_all_inline()
340 const struct min_heap_callbacks *func, void *args) in __min_heap_pop_inline()
366 const struct min_heap_callbacks *func, void *args) in __min_heap_pop_push_inline()
379 const struct min_heap_callbacks *func, void *args) in __min_heap_push_inline()
405 const struct min_heap_callbacks *func, void *args) in __min_heap_del_inline()
A Dcleanup.h293 #define scoped_class(_name, var, args) \ argument
419 #define __scoped_guard(_name, _label, args...) \ argument
428 #define scoped_guard(_name, args...) \ argument
431 #define __scoped_cond_guard(_name, _fail, _label, args...) \ argument
440 #define scoped_cond_guard(_name, _fail, args...) \ argument
A Dlsm_count.h109 #define __COUNT_LSMS(skipped_arg, args...) COUNT_ARGS(args...) argument
110 #define COUNT_LSMS(args...) __COUNT_LSMS(args) argument
A 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
303 long args[6]; member
A Darmada-37xx-rwtm-mailbox.h15 u32 args[16]; member
/include/trace/
A Ddefine_trace.h40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
60 #define DEFINE_EVENT(template, name, proto, args) \ argument
76 #define DECLARE_TRACE(name, proto, args) \ argument
80 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
84 #define DECLARE_TRACE_EVENT(name, proto, args) \ argument
94 #define DEFINE_RUST_DO_TRACE(name, proto, args) \ argument
122 #define DECLARE_TRACE(name, proto, args) argument
124 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) argument
127 #define DECLARE_TRACE_EVENT(name, proto, args) argument
[all …]
A 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 …]
A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
74 #define DEFINE_EVENT(template, name, proto, args) \ argument
79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
88 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
94 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
137 #define DEFINE_EVENT(template, name, proto, args) argument
140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
270 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
462 #define DEFINE_EVENT(template, call, proto, args) \ argument
[all …]
A Dbpf_probe.h45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument
53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
56 #define __BPF_DECLARE_TRACE_SYSCALL(call, proto, args) \ argument
67 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
96 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
113 #define DEFINE_EVENT(template, call, proto, args) \ argument
117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
121 #define DECLARE_TRACE(call, proto, args) \ argument
[all …]
A Dperf.h16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
78 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
A 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
A Dsyscall.h30 const char **args; member
/include/net/
A 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
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
104 #define netif_warn(priv, type, dev, fmt, args...) \ argument
106 #define netif_notice(priv, type, dev, fmt, args...) \ argument
[all …]
/include/trace/events/
A Dpwm.h11 #define TP_PROTO_pwm(args...) \ argument
14 #define TP_ARGS_pwm(args...) \ argument
17 #define TP_STRUCT__entry_pwm(args...) \ argument
23 #define TP_fast_assign_pwm(args...) \ argument
29 #define TP_printk_pwm(fmt, args...) \ argument
A Dbpf_test_run.h46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
A Dbtrfs.h172 #define TP_STRUCT__entry_btrfs(args...) \ argument
176 #define TP_fast_assign_btrfs(fs_info, args...) \ argument
180 #define TP_printk_btrfs(fmt, args...) \ argument
/include/media/
A Dv4l2-device.h293 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
318 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
350 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
385 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
412 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
445 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
472 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
504 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
/include/kunit/
A 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/linux/framer/
A Dframer-provider.h156 const struct of_phandle_args *args) in framer_provider_simple_of_xlate()
164 const struct of_phandle_args *args)) in __framer_provider_of_register()
176 const struct of_phandle_args *args)) in __devm_framer_provider_of_register()
/include/trace/stages/
A Dstage7_class_define.h40 #define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) argument
/include/uapi/linux/netfilter/
A 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

Completed in 191 milliseconds

1234