| /include/linux/ |
| D | tracepoint.h | 88 #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 …]
|
| D | fence.h | 461 #define FENCE_TRACE(f, fmt, args...) \ argument 469 #define FENCE_WARN(f, fmt, args...) \ argument 476 #define FENCE_ERR(f, fmt, args...) \ argument
|
| D | linkage.h | 66 # define asmlinkage_protect(n, ret, args...) do { } while (0) argument
|
| D | mISDNdsp.h | 19 *args; member
|
| D | workqueue.h | 383 #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
|
| D | audit.h | 384 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()
|
| D | pwm.h | 83 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/ |
| D | define_trace.h | 26 #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
|
| D | trace_events.h | 59 #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 …]
|
| D | perf.h | 30 #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
|
| D | syscall.h | 29 const char **args; member
|
| /include/linux/sunrpc/ |
| D | debug.h | 23 #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/ |
| D | v4l2-device.h | 224 #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/ |
| D | btrfs.h | 74 #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/ |
| D | drmP.h | 240 #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/ |
| D | x_tables.h | 128 #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/ |
| D | seccomp.h | 51 __u64 args[6]; member
|
| D | v4l2-dv-timings.h | 29 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument 32 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
|
| /include/linux/usb/ |
| D | composite.h | 626 #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/ |
| D | core.h | 311 #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/ |
| D | ebtables.h | 199 #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/ |
| D | phy.h | 323 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/ |
| D | ip_tables.h | 61 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument 65 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument
|
| /include/uapi/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 56 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument 58 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument
|
| /include/video/ |
| D | metronomefb.h | 18 u16 args[((64-2)/2)]; member
|