Searched defs:cond (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | mmdebug.h | 7 #define VM_BUG_ON(cond) BUG_ON(cond) argument 9 #define VM_BUG_ON(cond) do { } while (0) argument 13 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument 15 #define VIRTUAL_BUG_ON(cond) do { } while (0) argument
|
D | netfilter.h | 167 int cond) in nf_hook_thresh() 213 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) \ argument 325 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb) argument 331 int cond) in nf_hook_thresh()
|
D | compiler.h | 116 #define if(cond) if (__builtin_constant_p((cond)) ? !!(cond) : \ argument
|
D | kernel.h | 143 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
|
D | intel-iommu.h | 208 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
|
D | reiserfs_fs.h | 86 #define __RASSERT( cond, scond, format, args... ) \ argument 92 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument 95 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument 97 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
|
/include/media/ |
D | v4l2-device.h | 67 #define __v4l2_device_call_subdevs(dev, cond, o, f, args...) \ argument 80 #define __v4l2_device_call_subdevs_until_err(dev, cond, o, f, args...) \ argument
|
/include/sound/ |
D | core.h | 406 #define snd_BUG_ON(cond) WARN((cond), "BUG? (%s)\n", __stringify(cond)) argument 412 static inline int __snd_bug_on(int cond) in __snd_bug_on() 416 #define snd_BUG_ON(cond) __snd_bug_on(0 && (cond)) /* always false */ argument
|
D | pcm.h | 209 unsigned int cond; member
|