Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dmmdebug.h5 #define VM_BUG_ON(cond) BUG_ON(cond) argument
7 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) 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
123 if (!(cond)) \
140 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
147 TP_CONDITION(cond), \
152 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
160 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
168 TP_CONDITION(cond),,); \
171 PARAMS(cond), PARAMS(data_proto), PARAMS(data_args)) \
213 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
263 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
[all …]
Dbug.h20 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dcompiler.h132 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument
133 #define __trace_if(cond) \ argument
134 if (__builtin_constant_p((cond)) ? !!(cond) : \
145 ______r = !!(cond); \
Dnetfilter.h178 int (*okfn)(struct sk_buff *), bool cond) in NF_HOOK_COND() argument
182 if (!cond || in NF_HOOK_COND()
294 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb) argument
Dintel-iommu.h215 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
220 if (cond) \
Dkernel.h171 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
/include/media/
Dv4l2-device.h130 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
133 if ((cond) && (sd)->ops->o && (sd)->ops->o->f) \
137 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
141 __v4l2_device_call_subdevs_p(v4l2_dev, __sd, cond, o, \
149 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
154 if ((cond) && (sd)->ops->o && (sd)->ops->o->f) \
162 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
165 __v4l2_device_call_subdevs_until_err_p(v4l2_dev, __sd, cond, o, \
/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/linux/power/
Dsmartreflex.h182 #define sr_test_cond_timeout(cond, timeout, index) \ argument
185 if (cond) \
/include/sound/
Dpcm.h220 unsigned int cond; member
817 unsigned int cond,
821 unsigned int cond,
825 unsigned int cond,
829 unsigned int cond,
833 unsigned int cond,
837 unsigned int cond,
842 unsigned int cond,
Dcore.h385 #define snd_BUG_ON(cond) WARN_ON((cond)) argument