/Linux-v6.1/include/linux/ |
D | wait.h | 274 #define ___wait_cond_timeout(condition) \ argument 300 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ 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 388 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 412 #define wait_event_timeout(wq_head, condition, timeout) \ argument [all …]
|
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 218 #define __swait_event_interruptible_timeout(wq, condition, timeout) \ argument 223 #define swait_event_interruptible_timeout_exclusive(wq, condition, timeout)\ argument 232 #define __swait_event_idle(wq, condition) \ argument [all …]
|
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
|
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
|
D | once_lite.h | 13 #define __ONCE_LITE_IF(condition) \ argument 26 #define DO_ONCE_LITE_IF(condition, func, ...) \ argument
|
D | compiler_types.h | 328 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 341 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 344 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 356 #define compiletime_assert(condition, msg) \ argument
|
D | rcuwait.h | 52 #define rcuwait_wait_event(w, condition, state) \ argument
|
D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/Linux-v6.1/include/asm-generic/ |
D | bug.h | 71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 109 #define WARN_ON_ONCE(condition) ({ \ argument 121 #define WARN_ON(condition) ({ \ argument 130 #define WARN(condition, format...) ({ \ argument 138 #define WARN_TAINT(condition, taint, format...) ({ \ argument 146 #define WARN_ON_ONCE(condition) \ argument 150 #define WARN_ONCE(condition, format...) \ argument 153 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument 162 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 166 #define WARN_ON(condition) ({ \ argument [all …]
|
/Linux-v6.1/tools/include/asm/ |
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-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
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-v6.1/tools/include/linux/ |
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
|
D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/Linux-v6.1/include/kunit/ |
D | test.h | 520 condition, \ argument 538 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 546 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 692 #define KUNIT_EXPECT_TRUE(test, condition) \ argument 695 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument 711 #define KUNIT_EXPECT_FALSE(test, condition) \ argument 714 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument 1007 #define KUNIT_ASSERT_TRUE(test, condition) \ argument 1010 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument 1026 #define KUNIT_ASSERT_FALSE(test, condition) \ argument [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | traps.h | 28 static inline int get_si_code(unsigned long condition) in get_si_code()
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({ \ argument
|
D | test_progs.h | 182 #define _CHECK(condition, tag, duration, format...) ({ \ argument 197 #define CHECK_FAIL(condition) ({ \ argument 208 #define CHECK(condition, tag, format...) \ argument 210 #define CHECK_ATTR(condition, tag, format...) \ argument
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay) \ argument
|
/Linux-v6.1/include/drm/ |
D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else argument
|
/Linux-v6.1/arch/mips/include/asm/ |
D | bug.h | 22 static inline void __BUG_ON(unsigned long condition) in __BUG_ON()
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
D | assert_support.h | 40 #define COMPILATION_ERROR_IF(condition) ((void)sizeof(char[1 - 2 * !!(condition)])) argument
|
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | list_debug.c | 15 #define NVHE_CHECK_DATA_CORRUPTION(condition) \ argument
|
/Linux-v6.1/samples/bpf/ |
D | task_fd_query_user.c | 26 #define CHECK_PERROR_RET(condition) ({ \ argument 35 #define CHECK_AND_RET(condition) ({ \ argument
|
/Linux-v6.1/lib/zstd/common/ |
D | debug.h | 71 # define assert(condition) ((void)0) /* disable assert (default) */ argument
|
/Linux-v6.1/tools/testing/scatterlist/linux/ |
D | mm.h | 17 #define WARN_ON(condition) ({ \ argument 22 #define WARN_ON_ONCE(condition) ({ \ argument
|