Home
last modified time | relevance | path

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

/include/linux/
Dmmdebug.h17 #define VM_BUG_ON(cond) BUG_ON(cond) argument
18 #define VM_BUG_ON_PAGE(cond, page) \ argument
25 #define VM_BUG_ON_VMA(cond, vma) \ argument
32 #define VM_BUG_ON_MM(cond, mm) \ argument
39 #define VM_WARN_ON(cond) WARN_ON(cond) argument
40 #define VM_WARN_ON_ONCE(cond) WARN_ON_ONCE(cond) argument
41 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) argument
42 #define VM_WARN(cond, format...) WARN(cond, format) argument
44 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
45 #define VM_BUG_ON_PAGE(cond, page) VM_BUG_ON(cond) argument
[all …]
Diopoll.h43 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
78 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
96 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
99 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
102 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
105 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
108 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
111 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
114 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
117 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
[all …]
Dbug.h21 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
24 #define MAYBE_BUILD_BUG_ON(cond) (0) argument
54 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
90 #define MAYBE_BUILD_BUG_ON(cond) \ argument
Dtracepoint.h131 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument
154 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
166 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
181 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
353 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
479 args, cond) \ argument
488 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
492 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
Dseqno-fence.h98 enum seqno_fence_condition cond, in seqno_fence_init()
Dcontext_tracking.h92 #define CT_WARN_ON(cond) WARN_ON(context_tracking_is_enabled() && (cond)) argument
Dcompiler.h147 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument
148 #define __trace_if(cond) \ argument
Dnetfilter.h240 bool cond) in NF_HOOK_COND()
359 bool cond) in NF_HOOK_COND()
Dkernel.h208 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
Dregmap.h117 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
Dintel-iommu.h241 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
/include/media/
Dv4l2-device.h224 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
231 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
243 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
256 #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
44 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
61 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
Dtrace_events.h127 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
/include/linux/power/
Dsmartreflex.h182 #define sr_test_cond_timeout(cond, timeout, index) \ argument
/include/sound/
Dcore.h358 #define snd_BUG_ON(cond) WARN_ON((cond)) argument
Dpcm.h226 unsigned int cond; member