Home
last modified time | relevance | path

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

123

/include/linux/
Dtracepoint.h88 #define PARAMS(args...) args argument
104 #define TP_PROTO(args...) args argument
105 #define TP_ARGS(args...) args argument
106 #define TP_CONDITION(args...) args argument
131 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument
154 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
166 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
181 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
347 #define DECLARE_TRACE(name, proto, args) \ argument
[all …]
Dfence.h461 #define FENCE_TRACE(f, fmt, args...) \ argument
469 #define FENCE_WARN(f, fmt, args...) \ argument
476 #define FENCE_ERR(f, fmt, args...) \ argument
Dlinkage.h66 # define asmlinkage_protect(n, ret, args...) do { } while (0) argument
DmISDNdsp.h19 *args; member
Dworkqueue.h383 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
394 #define alloc_workqueue(fmt, flags, max_active, args...) \ argument
412 #define alloc_ordered_workqueue(fmt, flags, args...) \ argument
Daudit.h384 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall()
391 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat()
526 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall()
531 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat()
Dpwm.h83 struct pwm_args args; member
147 struct pwm_args *args) in pwm_get_args()
172 struct pwm_args args; in pwm_init_state() local
/include/trace/
Ddefine_trace.h26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
39 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
44 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
49 #define DEFINE_EVENT(template, name, proto, args) \ argument
53 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
57 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
61 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
65 #define DECLARE_TRACE(name, proto, args) \ argument
92 #define DECLARE_TRACE(name, proto, args) argument
Dtrace_events.h59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
94 #define TP_STRUCT__entry(args...) args argument
97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
107 #define DEFINE_EVENT(template, name, proto, args) \ argument
112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
121 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
127 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
186 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
192 #define DEFINE_EVENT(template, name, proto, args) argument
[all …]
Dperf.h30 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
78 #define DEFINE_EVENT(template, call, proto, args) \ argument
86 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Dsyscall.h29 const char **args; member
/include/linux/sunrpc/
Ddebug.h23 #define dprintk(args...) dfprintk(FACILITY, ## args) argument
24 #define dprintk_rcu(args...) dfprintk_rcu(FACILITY, ## args) argument
30 # define dfprintk(fac, args...) \ argument
36 # define dfprintk_rcu(fac, args...) \ argument
48 # define dfprintk(fac, args...) do {} while (0) argument
49 # define dfprintk_rcu(fac, args...) do {} while (0) argument
/include/media/
Dv4l2-device.h224 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
231 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
243 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
256 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
266 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
279 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
292 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
307 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
/include/trace/events/
Dbtrfs.h74 #define TP_STRUCT__entry_btrfs(args...) \ argument
78 #define TP_fast_assign_btrfs(fs_info, args...) \ argument
82 #define TP_printk_btrfs(fmt, args...) \ argument
/include/drm/
DdrmP.h240 #define DRM_DEV_DEBUG(dev, fmt, args...) \ argument
246 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, args...) \ argument
252 #define DRM_DEV_DEBUG_KMS(dev, fmt, args...) \ argument
258 #define DRM_DEV_DEBUG_PRIME(dev, fmt, args...) \ argument
264 #define DRM_DEV_DEBUG_ATOMIC(dev, fmt, args...) \ argument
270 #define DRM_DEV_DEBUG_VBL(dev, fmt, args...) \ argument
276 #define _DRM_DEV_DEFINE_DEBUG_RATELIMITED(dev, level, fmt, args...) \ argument
292 #define DRM_DEV_DEBUG_RATELIMITED(dev, fmt, args...) \ argument
294 #define DRM_DEBUG_RATELIMITED(fmt, args...) \ argument
296 #define DRM_DEV_DEBUG_DRIVER_RATELIMITED(dev, fmt, args...) \ argument
[all …]
/include/uapi/linux/netfilter/
Dx_tables.h128 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument
147 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument
167 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument
/include/uapi/linux/
Dseccomp.h51 __u64 args[6]; member
Dv4l2-dv-timings.h29 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
32 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
/include/linux/usb/
Dcomposite.h626 #define DBG(d, fmt, args...) \ argument
628 #define VDBG(d, fmt, args...) \ argument
630 #define ERROR(d, fmt, args...) \ argument
632 #define WARNING(d, fmt, args...) \ argument
634 #define INFO(d, fmt, args...) \ argument
/include/sound/
Dcore.h311 #define __snd_printk(level, file, line, format, args...) \ argument
322 #define snd_printk(fmt, args...) \ argument
333 #define snd_printd(fmt, args...) \ argument
335 #define _snd_printd(level, fmt, args...) \ argument
386 #define snd_printdd(format, args...) \ argument
/include/uapi/linux/netfilter_bridge/
Debtables.h199 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument
222 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument
245 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/linux/phy/
Dphy.h323 struct of_phandle_args *args) in of_phy_simple_xlate()
353 struct of_phandle_args *args)) in __of_phy_provider_register()
361 struct of_phandle_args *args)) in __devm_of_phy_provider_register()
/include/uapi/linux/netfilter_ipv4/
Dip_tables.h61 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument
65 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h56 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument
58 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument
/include/video/
Dmetronomefb.h18 u16 args[((64-2)/2)]; member

123