/include/linux/ |
D | mmdebug.h | 17 #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_ONCE_PAGE(cond, page) ({ \ argument 51 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument 52 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument 53 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument 54 #define VM_WARN(cond, format...) (void)WARN(cond, format) argument 56 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument [all …]
|
D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument 80 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 122 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 142 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 145 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 148 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 151 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 154 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 157 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 160 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
D | rculist.h | 51 #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 389 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 408 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 704 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 725 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
|
D | tracepoint.h | 184 #define __DO_TRACE(name, args, cond, rcuidle) \ argument 217 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument 226 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument 240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 338 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 420 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 545 args, cond) \ argument 554 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument 558 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
D | bug.h | 18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument 21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
|
D | compiler.h | 56 #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
|
D | processor.h | 49 #define spin_until_cond(cond) \ argument
|
D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
D | seqno-fence.h | 90 enum seqno_fence_condition cond, in seqno_fence_init()
|
D | context_tracking.h | 113 #define CT_WARN_ON(cond) WARN_ON(context_tracking_enabled() && (cond)) argument
|
D | kernel.h | 46 #define PTR_IF(cond, ptr) ((cond) ? (ptr) : NULL) argument 183 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
|
D | hashtable.h | 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument
|
D | netfilter.h | 288 bool cond) in NF_HOOK_COND() 405 bool cond) in NF_HOOK_COND()
|
D | regmap.h | 105 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument 135 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument 176 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument
|
D | lockdep.h | 313 #define lockdep_assert(cond) \ argument 316 #define lockdep_assert_once(cond) \ argument
|
D | phy.h | 983 #define phy_read_poll_timeout(phydev, regnum, val, cond, sleep_us, \ argument 1080 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument
|
D | kvm_host.h | 767 #define KVM_BUG(cond, kvm, fmt...) \ argument 776 #define KVM_BUG_ON(cond, kvm) \ argument
|
/include/trace/hooks/ |
D | vendor_hooks.h | 55 #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/ |
D | v4l2-device.h | 292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
|
/include/trace/ |
D | define_trace.h | 31 #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
|
/include/rdma/ |
D | uverbs_types.h | 157 #define UVERBS_BUILD_BUG_ON(cond) (sizeof(char[1 - 2 * !!(cond)]) - \ argument
|
/include/uapi/linux/ |
D | blkzoned.h | 111 __u8 cond; /* Zone condition */ member
|
/include/kunit/ |
D | assert.h | 140 #define KUNIT_INIT_UNARY_ASSERT_STRUCT(test, type, cond, expect_true) { \ argument
|
/include/linux/power/ |
D | smartreflex.h | 188 #define sr_test_cond_timeout(cond, timeout, index) \ argument
|
/include/sound/ |
D | core.h | 418 #define snd_BUG_ON(cond) WARN_ON((cond)) argument
|