| /Linux-v5.4/include/linux/ | 
| D | wait.h | 233 #define ___wait_cond_timeout(condition)						\  argument259 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd)		\  argument
 283 #define __wait_event(wq_head, condition)					\  argument
 299 #define wait_event(wq_head, condition)						\  argument
 307 #define __io_wait_event(wq_head, condition)					\  argument
 314 #define io_wait_event(wq_head, condition)					\  argument
 322 #define __wait_event_freezable(wq_head, condition)				\  argument
 338 #define wait_event_freezable(wq_head, condition)				\  argument
 347 #define __wait_event_timeout(wq_head, condition, timeout)			\  argument
 371 #define wait_event_timeout(wq_head, condition, timeout)				\  argument
 [all …]
 
 | 
| D | swait.h | 171 #define ___swait_event(wq, condition, state, ret, cmd)			\  argument195 #define __swait_event(wq, condition)					\  argument
 199 #define swait_event_exclusive(wq, condition)				\  argument
 206 #define __swait_event_timeout(wq, condition, timeout)			\  argument
 211 #define swait_event_timeout_exclusive(wq, condition, timeout)		\  argument
 219 #define __swait_event_interruptible(wq, condition)			\  argument
 223 #define swait_event_interruptible_exclusive(wq, condition)		\  argument
 231 #define __swait_event_interruptible_timeout(wq, condition, timeout)	\  argument
 236 #define swait_event_interruptible_timeout_exclusive(wq, condition, timeout)\  argument
 245 #define __swait_event_idle(wq, condition)				\  argument
 [all …]
 
 | 
| D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd)	\  argument269 #define __wait_var_event(var, condition)				\  argument
 273 #define wait_var_event(var, condition)					\  argument
 281 #define __wait_var_event_killable(var, condition)			\  argument
 285 #define wait_var_event_killable(var, condition)				\  argument
 294 #define __wait_var_event_timeout(var, condition, timeout)		\  argument
 299 #define wait_var_event_timeout(var, condition, timeout)			\  argument
 308 #define __wait_var_event_interruptible(var, condition)			\  argument
 312 #define wait_var_event_interruptible(var, condition)			\  argument
 
 | 
| D | ratelimit.h | 81 #define WARN_ON_RATELIMIT(condition, state)	({		\  argument87 #define WARN_RATELIMIT(condition, format, ...)			\  argument
 102 #define WARN_ON_RATELIMIT(condition, state)			\  argument
 105 #define WARN_RATELIMIT(condition, format, ...)			\  argument
 
 | 
| D | compiler.h | 327 # define __compiletime_assert(condition, msg, prefix, suffix)		\  argument334 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0)  argument
 337 #define _compiletime_assert(condition, msg, prefix, suffix) \  argument
 349 #define compiletime_assert(condition, msg) \  argument
 
 | 
| D | rcuwait.h | 33 #define rcuwait_wait_event(w, condition)				\  argument
 | 
| D | freezer.h | 251 #define wait_event_freezekillable_unsafe(wq, condition)			\  argument297 #define wait_event_freezekillable_unsafe(wq, condition)			\  argument
 
 | 
| D | bug.h | 71 #define CHECK_DATA_CORRUPTION(condition, fmt, ...)			 \  argument
 | 
| D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \  argument
 | 
| D | seqno-fence.h | 29 	enum seqno_fence_condition condition;  member
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | bug.h | 62 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)  argument95 #define WARN_ON_ONCE(condition) ({				\  argument
 112 #define WARN_ON(condition) ({						\  argument
 121 #define WARN(condition, format...) ({					\  argument
 129 #define WARN_TAINT(condition, taint, format...) ({			\  argument
 137 #define WARN_ON_ONCE(condition)	({				\  argument
 149 #define WARN_ONCE(condition, format...)	({			\  argument
 160 #define WARN_TAINT_ONCE(condition, taint, format...)	({	\  argument
 177 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)  argument
 181 #define WARN_ON(condition) ({						\  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/include/asm/ | 
| D | bug.h | 10 #define WARN(condition, format...) ({		\  argument17 #define WARN_ON(condition) ({					\  argument
 25 #define WARN_ON_ONCE(condition) ({			\  argument
 36 #define WARN_ONCE(condition, format...)	({	\  argument
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | test_progs.h | 95 #define _CHECK(condition, tag, duration, format...) ({			\  argument108 #define CHECK_FAIL(condition) ({					\  argument
 117 #define CHECK(condition, tag, format...) \  argument
 119 #define CHECK_ATTR(condition, tag, format...) \  argument
 
 | 
| D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({				\  argument
 | 
| D | get_cgroup_id_user.c | 24 #define CHECK(condition, tag, format...) ({		\  argument
 | 
| D | test_btf_dump.c | 9 #define CHECK(condition, format...) ({					\  argument
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay)                          \  argument
 | 
| /Linux-v5.4/include/drm/ | 
| D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else  argument
 | 
| D | drm_os_linux.h | 33 #define DRM_WAIT_ON( ret, queue, timeout, condition )		\  argument
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | bug.h | 22 static inline void  __BUG_ON(unsigned long condition)  in __BUG_ON()
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | task_fd_query_user.c | 24 #define CHECK_PERROR_RET(condition) ({			\  argument33 #define CHECK_AND_RET(condition) ({			\  argument
 
 | 
| /Linux-v5.4/tools/testing/scatterlist/linux/ | 
| D | mm.h | 17 #define WARN_ON(condition) ({                                           \  argument22 #define WARN_ON_ONCE(condition) ({                              \  argument
 
 | 
| /Linux-v5.4/tools/testing/selftests/vm/ | 
| D | map_populate.c | 24 #define BUG_ON(condition, description)					\  argument
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | traps.h | 97 static inline int get_si_code(unsigned long condition)  in get_si_code()
 | 
| /Linux-v5.4/drivers/staging/rtl8188eu/hal/ | 
| D | rf_cfg.c | 12 static bool check_condition(struct adapter *adapt, const u32  condition)  in check_condition()
 |