Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 10 of 10) sorted by relevance

/include/linux/
Dmmdebug.h5 #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
Dtracepoint.h117 #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
Dcompiler.h126 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument
127 #define __trace_if(cond) \ argument
Dnetfilter.h243 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
Dkernel.h166 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
Dintel-iommu.h215 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
/include/media/
Dv4l2-device.h130 #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/
Ddefine_trace.h30 #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/
Dcore.h393 #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
Dpcm.h216 unsigned int cond; member