| /include/linux/ |
| A D | mmdebug.h | 21 #define VM_BUG_ON(cond) BUG_ON(cond) argument 22 #define VM_BUG_ON_PAGE(cond, page) \ argument 29 #define VM_BUG_ON_FOLIO(cond, folio) \ argument 36 #define VM_BUG_ON_VMA(cond, vma) \ argument 43 #define VM_BUG_ON_MM(cond, mm) \ argument 50 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument 61 #define VM_WARN_ON_FOLIO(cond, folio) ({ \ argument 81 #define VM_WARN_ON_ONCE_MM(cond, mm) ({ \ argument 103 #define VM_WARN_ON_VMG(cond, vmg) ({ \ argument 113 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument [all …]
|
| A D | vfsdebug.h | 12 #define VFS_BUG_ON(cond) BUG_ON(cond) argument 13 #define VFS_WARN_ON(cond) (void)WARN_ON(cond) argument 14 #define VFS_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument 16 #define VFS_WARN(cond, format...) (void)WARN(cond, format) argument 18 #define VFS_BUG_ON_INODE(cond, inode) ({ \ argument 25 #define VFS_WARN_ON_INODE(cond, inode) ({ \ argument 35 #define VFS_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument 36 #define VFS_WARN_ON(cond) BUILD_BUG_ON_INVALID(cond) argument 37 #define VFS_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) argument 39 #define VFS_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) argument [all …]
|
| A D | iopoll.h | 36 #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 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 175 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
| A D | rculist.h | 62 #define __list_check_rcu(dummy, cond, extra...) \ argument 69 #define __list_check_srcu(cond) \ argument 75 #define __list_check_rcu(dummy, cond, extra...) \ argument 78 #define __list_check_srcu(cond) ({ }) argument 436 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 455 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 753 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 774 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
|
| A D | bug.h | 18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument 21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
|
| A D | processor.h | 49 #define spin_until_cond(cond) \ argument
|
| A D | tracepoint.h | 269 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 408 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument 471 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 485 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) \ argument 614 args, cond) \ argument 623 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument 627 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
| A D | context_tracking.h | 91 #define CT_WARN_ON(cond) WARN_ON(context_tracking_enabled() && (cond)) argument 104 #define CT_WARN_ON(cond) do { } while (0) argument
|
| A D | compiler.h | 55 #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
|
| A D | util_macros.h | 136 #define PTR_IF(cond, ptr) ((cond) ? (ptr) : NULL) argument
|
| A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| A D | kmsan.h | 280 #define KMSAN_WARN_ON(cond) \ argument
|
| A D | hashtable.h | 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument
|
| A D | kernel.h | 144 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
|
| A D | netfilter.h | 301 bool cond) in NF_HOOK_COND() 412 bool cond) in NF_HOOK_COND()
|
| A D | wait_bit.h | 522 #define wake_up_var_protected(var, cond) \ argument
|
| A D | lockdep.h | 278 #define lockdep_assert(cond) \ argument 281 #define lockdep_assert_once(cond) \ argument
|
| /include/trace/ |
| A 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 72 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument 80 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 88 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) \ argument 124 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) argument 129 #define DECLARE_TRACE_EVENT_CONDITION(name, proto, args, cond) argument
|
| A D | trace_events.h | 94 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
|
| /include/media/ |
| A D | v4l2-device.h | 293 #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/net/ |
| A D | net_debug.h | 131 #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 153 #define DEBUG_NET_WARN_ONCE(cond, format...) ((void)WARN_ONCE(cond, format)) argument 155 #define DEBUG_NET_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) argument 156 #define DEBUG_NET_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
|
| /include/uapi/linux/ |
| A D | blkzoned.h | 111 __u8 cond; /* Zone condition */ member
|
| /include/rdma/ |
| A D | uverbs_types.h | 190 #define UVERBS_BUILD_BUG_ON(cond) (sizeof(char[1 - 2 * !!(cond)]) - \ argument
|
| /include/sound/ |
| A D | hdaudio.h | 624 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument 627 #define snd_hdac_stream_readw_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument 630 #define snd_hdac_stream_readl_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
|
| /include/linux/power/ |
| A D | smartreflex.h | 188 #define sr_test_cond_timeout(cond, timeout, index) \ argument
|