/linux/include/linux/ |
H A D | wait.h | 274 #define ___wait_cond_timeout(condition) \ argument 300 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 327 #define __wait_event(wq_head, condition) \ argument 343 #define wait_event(wq_head, condition) \ argument 351 #define __io_wait_event(wq_head, condition) \ argument 358 #define io_wait_event(wq_head, condition) \ argument 366 #define __wait_event_freezable(wq_head, condition) \ argument 382 #define wait_event_freezable(wq_head, condition) \ argument 391 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 415 #define wait_event_timeout(wq_head, condition, timeout) \ argument [all …]
|
H 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 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 …]
|
H A D | ratelimit.h | 74 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument 80 #define WARN_RATELIMIT(condition, format, ...) \ argument 95 #define WARN_ON_RATELIMIT(condition, state) \ argument 98 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
H A D | once_lite.h | 13 #define __ONCE_LITE_IF(condition) \ argument 26 #define DO_ONCE_LITE_IF(condition, func, ...) \ argument
|
H A D | compiler_types.h | 539 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 552 # define __compiletime_assert(condition, msg, prefix, suffix) ((void)(condition)) argument 555 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 567 #define compiletime_assert(condition, msg) \ argument
|
H A D | util_macros.h | 23 #define for_each_if(condition) if (!(condition)) {} else argument
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_assert.h | 83 #define __xe_assert_msg(xe, condition, msg, arg...) ({ \ argument 88 #define __xe_assert_msg(xe, condition, msg, arg...) ({ \ argument 108 #define xe_assert(xe, condition) xe_assert_msg((xe), condition, "") argument 109 #define xe_assert_msg(xe, condition, msg, arg...) ({ \ argument 143 #define xe_tile_assert(tile, condition) xe_tile_assert_msg((tile), condition, "") argument 144 #define xe_tile_assert_msg(tile, condition, msg, arg...) ({ \ argument 167 #define xe_gt_assert(gt, condition) xe_gt_assert_msg((gt), condition, "") argument 168 #define xe_gt_assert_msg(gt, condition, msg, arg...) ({ \ argument
|
/linux/tools/include/asm/ |
H 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/tools/include/linux/ |
H A D | compiler.h | 14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 36 #define compiletime_assert(condition, msg) \ argument
|
H A D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/linux/include/kunit/ |
H A D | test.h | 735 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 743 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 927 #define KUNIT_EXPECT_TRUE(test, condition) \ argument 930 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument 946 #define KUNIT_EXPECT_FALSE(test, condition) \ argument 949 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument 1307 #define KUNIT_ASSERT_TRUE(test, condition) \ argument 1310 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument 1326 #define KUNIT_ASSERT_FALSE(test, condition) \ argument 1329 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ argument
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.h | 9 #define CHECK(condition, tag, format...) ({ \ argument
|
H A D | test_progs.h | 197 #define _CHECK(condition, tag, duration, format...) ({ \ argument 212 #define CHECK_FAIL(condition) ({ \ argument 223 #define CHECK(condition, tag, format...) \ argument 225 #define CHECK_ATTR(condition, tag, format...) \ argument
|
/linux/arch/powerpc/include/asm/ |
H A D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay) \ argument
|
/linux/arch/mips/include/asm/ |
H A D | bug.h | 22 static inline void __BUG_ON(unsigned long condition) in __BUG_ON()
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | list_debug.c | 15 #define NVHE_CHECK_DATA_CORRUPTION(condition) \ argument
|
/linux/samples/bpf/ |
H A D | task_fd_query_user.c | 26 #define CHECK_PERROR_RET(condition) ({ \ argument 35 #define CHECK_AND_RET(condition) ({ \ argument
|
/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 17 #define WARN_ON(condition) ({ \ argument 22 #define WARN_ON_ONCE(condition) ({ \ argument
|
/linux/lib/zstd/common/ |
H A D | debug.h | 71 # define assert(condition) ((void)0) /* disable assert (default) */ argument
|
/linux/tools/testing/selftests/mm/ |
H A D | map_populate.c | 23 BUG_ON(condition,description) global() argument
|
H A D | mremap_dontunmap.c | 30 #define BUG_ON(condition, description) \ argument
|
/linux/drivers/misc/sgi-xp/ |
H A D | xp.h | 24 #define DBUG_ON(condition) BUG_ON(condition) argument 26 #define DBUG_ON(condition) argument
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem.h | 97 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \ argument
|
/linux/drivers/input/ |
H A D | input-compat.h | 49 struct ff_condition_effect condition[2]; /* One for each axis */ member
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gk20a.c | 118 gk20a_volt_set_id(struct nvkm_volt *base, u8 id, int condition) in gk20a_volt_set_id()
|