/include/linux/ |
D | mmdebug.h | 5 #define VM_BUG_ON(cond) BUG_ON(cond) argument 7 #define VM_BUG_ON(cond) do { (void)(cond); } while (0) argument 11 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument 13 #define VIRTUAL_BUG_ON(cond) do { } while (0) argument
|
D | tracepoint.h | 117 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument 144 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 205 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 255 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 376 args, cond) \ argument 385 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
D | compiler.h | 126 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument 127 #define __trace_if(cond) \ argument
|
D | netfilter.h | 243 int (*okfn)(struct sk_buff *), bool cond) in NF_HOOK_COND() 366 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb) argument
|
D | kernel.h | 166 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
|
D | intel-iommu.h | 215 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
|
/include/media/ |
D | v4l2-device.h | 130 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 137 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 149 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 162 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
|
/include/trace/ |
D | define_trace.h | 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 52 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
|
/include/sound/ |
D | core.h | 393 #define snd_BUG_ON(cond) WARN((cond), "BUG? (%s)\n", __stringify(cond)) argument 400 static inline int __snd_bug_on(int cond) in __snd_bug_on() 404 #define snd_BUG_ON(cond) __snd_bug_on(0 && (cond)) /* always false */ argument
|
D | pcm.h | 216 unsigned int cond; member
|