/linux/include/linux/ |
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 | 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
|
H A D | rcuwait.h | 52 #define ___rcuwait_wait_event(w, condition, state, ret, cmd) \ argument 76 #define rcuwait_wait_event(w, condition, state) \ argument 79 #define __rcuwait_wait_event_timeout(w, condition, state, timeout) \ argument 84 #define rcuwait_wait_event_timeout(w, condition, state, timeout) \ 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 | 513 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 526 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 529 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 541 #define compiletime_assert(condition, msg) \ argument
|
H A D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
H A D | bug.h | 81 CHECK_DATA_CORRUPTION(condition,fmt,...) global() 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/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
H A D | dml2_debug.h | 9 #define DML2_ASSERT(condition) dml2_assert(condition) argument 11 #define DML2_ASSERT(condition) ((void)0) argument
|
H A D | dml2_debug.c | 33 void dml2_assert(int condition) in dml2_assert()
|
/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/x86/include/asm/ |
H A D | traps.h | 28 static inline int get_si_code(unsigned long condition) in get_si_code()
|
/linux/include/drm/ |
H A D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else 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/lib/zstd/common/ |
H A D | debug.h | 71 # define assert(condition) ((void)0) /* disable assert (default) */ 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/tools/testing/selftests/mm/ |
H A D | map_populate.c | 23 #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
|