Home
last modified time | relevance | path

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

12

/include/linux/
Dmmdebug.h19 #define VM_BUG_ON(cond) BUG_ON(cond) argument
20 #define VM_BUG_ON_PAGE(cond, page) \ argument
27 #define VM_BUG_ON_FOLIO(cond, folio) \ argument
34 #define VM_BUG_ON_VMA(cond, vma) \ argument
41 #define VM_BUG_ON_MM(cond, mm) \ argument
48 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
59 #define VM_WARN_ON_FOLIO(cond, folio) ({ \ argument
68 #define VM_WARN_ON_ONCE_FOLIO(cond, folio) ({ \ argument
79 #define VM_WARN_ON_ONCE_MM(cond, mm) ({ \ argument
91 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
[all …]
Diopoll.h36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument
84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument
134 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
154 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
157 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
160 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
166 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
169 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
172 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
[all …]
Drculist.h51 #define __list_check_rcu(dummy, cond, extra...) \ argument
58 #define __list_check_srcu(cond) \ argument
64 #define __list_check_rcu(dummy, cond, extra...) \ argument
67 #define __list_check_srcu(cond) ({ }) argument
392 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument
411 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument
709 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument
730 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
Dtracepoint.h214 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
248 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
257 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
283 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
395 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
477 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
602 args, cond) \ argument
611 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
615 #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
Dcompiler.h55 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument
57 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument
59 #define __trace_if_value(cond) ({ \ argument
Dprocessor.h49 #define spin_until_cond(cond) \ argument
Dcontext_tracking.h91 #define CT_WARN_ON(cond) WARN_ON(context_tracking_enabled() && (cond)) argument
104 #define CT_WARN_ON(cond) do { } while (0) argument
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dkernel.h48 #define PTR_IF(cond, ptr) ((cond) ? (ptr) : NULL) argument
156 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
Dhashtable.h176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument
Dkmsan.h280 #define KMSAN_WARN_ON(cond) \ argument
Dnetfilter.h300 bool cond) in NF_HOOK_COND()
413 bool cond) in NF_HOOK_COND()
Dlockdep.h278 #define lockdep_assert(cond) \ argument
281 #define lockdep_assert_once(cond) \ argument
Dregmap.h122 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
152 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument
193 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument
/include/trace/hooks/
Dvendor_hooks.h55 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
77 #define DO_RESTRICTED_HOOK(name, args, cond) \ argument
85 #define __DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) \ argument
110 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
120 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
/include/media/
Dv4l2-device.h293 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
318 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
350 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
385 #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.h81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
/include/net/
Dnet_debug.h131 #define netif_cond_dbg(priv, type, netdev, cond, level, fmt, args...) \ argument
152 #define DEBUG_NET_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument
154 #define DEBUG_NET_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) argument
/include/rdma/
Duverbs_types.h157 #define UVERBS_BUILD_BUG_ON(cond) (sizeof(char[1 - 2 * !!(cond)]) - \ argument
/include/uapi/linux/
Dblkzoned.h111 __u8 cond; /* Zone condition */ member
/include/sound/
Dhdaudio.h626 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
629 #define snd_hdac_stream_readw_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
632 #define snd_hdac_stream_readl_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
Dcore.h374 #define snd_BUG_ON(cond) WARN_ON((cond)) argument
/include/linux/power/
Dsmartreflex.h188 #define sr_test_cond_timeout(cond, timeout, index) \ argument

12