/linux/include/linux/ |
A D | wait.h | 274 #define ___wait_cond_timeout(condition) \ argument 324 #define __wait_event(wq_head, condition) \ argument 340 #define wait_event(wq_head, condition) \ argument 348 #define __io_wait_event(wq_head, condition) \ argument 355 #define io_wait_event(wq_head, condition) \ argument 363 #define __wait_event_freezable(wq_head, condition) \ argument 379 #define wait_event_freezable(wq_head, condition) \ argument 496 #define wait_event_interruptible(wq_head, condition) \ argument 669 #define wait_event_idle(wq_head, condition) \ argument 907 #define __wait_event_killable(wq, condition) \ argument [all …]
|
A D | swait.h | 158 #define ___swait_event(wq, condition, state, ret, cmd) \ argument 182 #define __swait_event(wq, condition) \ argument 186 #define swait_event_exclusive(wq, condition) \ argument 193 #define __swait_event_timeout(wq, condition, timeout) \ argument 198 #define swait_event_timeout_exclusive(wq, condition, timeout) \ argument 206 #define __swait_event_interruptible(wq, condition) \ argument 210 #define swait_event_interruptible_exclusive(wq, condition) \ argument 232 #define __swait_event_idle(wq, condition) \ argument 247 #define swait_event_idle_exclusive(wq, condition) \ argument 254 #define __swait_event_idle_timeout(wq, condition, timeout) \ argument [all …]
|
A D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument 269 #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
|
A D | ratelimit.h | 47 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument 53 #define WARN_RATELIMIT(condition, format, ...) \ argument 68 #define WARN_ON_RATELIMIT(condition, state) \ argument 71 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
A D | once_lite.h | 12 #define DO_ONCE_LITE_IF(condition, func, ...) \ argument
|
A D | compiler_types.h | 306 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 319 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 322 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 334 #define compiletime_assert(condition, msg) \ argument
|
A D | rcuwait.h | 56 #define rcuwait_wait_event(w, condition, state) \ argument
|
A D | freezer.h | 262 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 310 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
|
A D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/linux/include/asm-generic/ |
A D | bug.h | 103 #define WARN_ON_ONCE(condition) ({ \ argument 120 #define WARN_ON(condition) ({ \ argument 129 #define WARN(condition, format...) ({ \ argument 137 #define WARN_TAINT(condition, taint, format...) ({ \ argument 145 #define WARN_ON_ONCE(condition) \ argument 149 #define WARN_ONCE(condition, format...) \ argument 152 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument 165 #define WARN_ON(condition) ({ \ argument 172 #define WARN(condition, format...) ({ \ argument 179 #define WARN_ON_ONCE(condition) WARN_ON(condition) argument [all …]
|
/linux/tools/include/asm/ |
A D | bug.h | 10 #define WARN(condition, format...) ({ \ argument 17 #define WARN_ON(condition) ({ \ argument 25 #define WARN_ON_ONCE(condition) ({ \ argument 36 #define WARN_ONCE(condition, format...) ({ \ argument
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
A D | timed_ctrl.c | 27 hrt_data condition, in timed_ctrl_snd_commnd() 48 hrt_data condition, in timed_ctrl_snd_sp_commnd() 64 hrt_data condition, in timed_ctrl_snd_gpio_commnd()
|
/linux/tools/include/linux/ |
A D | compiler.h | 12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 34 #define compiletime_assert(condition, msg) \ argument
|
A D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/linux/arch/x86/include/asm/ |
A D | traps.h | 26 static inline int get_si_code(unsigned long condition) in get_si_code()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_progs.h | 136 #define _CHECK(condition, tag, duration, format...) ({ \ argument 151 #define CHECK_FAIL(condition) ({ \ argument 162 #define CHECK(condition, tag, format...) \ argument 164 #define CHECK_ATTR(condition, tag, format...) \ argument
|
A D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({ \ argument
|
/linux/include/kunit/ |
A D | test.h | 815 condition, \ argument 837 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument 848 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument 1321 #define KUNIT_EXPECT_TRUE(test, condition) \ argument 1324 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument 1340 #define KUNIT_EXPECT_FALSE(test, condition) \ argument 1343 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument 1610 #define KUNIT_ASSERT_TRUE(test, condition) \ argument 1613 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument 1629 #define KUNIT_ASSERT_FALSE(test, condition) \ argument [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay) \ argument
|
/linux/include/drm/ |
A D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else argument
|
/linux/arch/mips/include/asm/ |
A D | bug.h | 22 static inline void __BUG_ON(unsigned long condition) in __BUG_ON()
|
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
A D | assert_support.h | 40 #define COMPILATION_ERROR_IF(condition) ((void)sizeof(char[1 - 2 * !!(condition)])) argument
|
/linux/samples/bpf/ |
A D | task_fd_query_user.c | 27 #define CHECK_PERROR_RET(condition) ({ \ argument 36 #define CHECK_AND_RET(condition) ({ \ argument
|
/linux/lib/zstd/common/ |
A D | debug.h | 71 # define assert(condition) ((void)0) /* disable assert (default) */ argument
|
/linux/lib/ |
A D | test_stackinit.c | 44 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 50 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 52 #define compiletime_assert(condition, msg) \ argument 55 #define BUILD_BUG_ON(condition) \ argument
|