Home
last modified time | relevance | path

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

/include/linux/
Dmmdebug.h7 #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
Dnetfilter.h167 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()
Dcompiler.h116 #define if(cond) if (__builtin_constant_p((cond)) ? !!(cond) : \ argument
Dkernel.h143 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
Dintel-iommu.h208 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
Dreiserfs_fs.h86 #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/
Dv4l2-device.h67 #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/
Dcore.h406 #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
Dpcm.h209 unsigned int cond; member