Home
last modified time | relevance | path

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

/include/linux/
Dmmdebug.h18 #define VM_BUG_ON(cond) BUG_ON(cond) argument
19 #define VM_BUG_ON_PAGE(cond, page) \ argument
26 #define VM_BUG_ON_VMA(cond, vma) \ argument
33 #define VM_BUG_ON_MM(cond, mm) \ argument
40 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
53 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument
54 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument
55 #define VM_WARN(cond, format...) (void)WARN(cond, format) argument
57 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
[all …]
Diopoll.h34 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
72 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
93 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
96 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
99 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
102 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
105 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
108 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
111 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
114 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
[all …]
Dtracepoint.h172 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
226 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
306 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
408 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
534 args, cond) \ argument
543 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
547 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
Dbug.h18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument
21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
Drculist.h50 #define __list_check_rcu(dummy, cond, extra...) \ argument
57 #define __list_check_rcu(dummy, cond, extra...) \ argument
370 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument
645 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument
Dprocessor.h49 #define spin_until_cond(cond) \ argument
Dcompiler.h56 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument
58 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument
60 #define __trace_if_value(cond) ({ \ argument
Dseqno-fence.h90 enum seqno_fence_condition cond, in seqno_fence_init()
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dcontext_tracking.h93 #define CT_WARN_ON(cond) WARN_ON(context_tracking_is_enabled() && (cond)) argument
Dnetfilter.h283 bool cond) in NF_HOOK_COND()
385 bool cond) in NF_HOOK_COND()
Dregmap.h123 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
165 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument
Dkvm_host.h542 #define KVM_BUG(cond, kvm, fmt...) \ argument
551 #define KVM_BUG_ON(cond, kvm) \ argument
Dkernel.h267 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
Dintel-iommu.h285 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
Dnetdevice.h4935 #define netif_cond_dbg(priv, type, netdev, cond, level, fmt, args...) \ argument
/include/trace/hooks/
Dvendor_hooks.h19 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
27 #define DO_HOOK(tp, proto, args, cond) \ argument
45 #define __DECLARE_HOOK(name, proto, args, cond, data_proto, data_args) \ argument
72 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
83 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
/include/media/
Dv4l2-device.h250 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
275 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
307 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
342 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
/include/trace/
Ddefine_trace.h31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
Dtrace_events.h141 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
/include/uapi/linux/
Dblkzoned.h99 __u8 cond; /* Zone condition */ member
/include/rdma/
Duverbs_types.h168 #define UVERBS_BUILD_BUG_ON(cond) (sizeof(char[1 - 2 * !!(cond)]) - \ argument
/include/linux/power/
Dsmartreflex.h186 #define sr_test_cond_timeout(cond, timeout, index) \ argument
/include/sound/
Dcore.h341 #define snd_BUG_ON(cond) WARN_ON((cond)) argument
Dpcm.h228 unsigned int cond; member