/include/linux/ |
D | wait.h | 275 #define ___wait_cond_timeout(condition) \ argument 301 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 325 #define __wait_event(wq_head, condition) \ argument 341 #define wait_event(wq_head, condition) \ argument 349 #define __io_wait_event(wq_head, condition) \ argument 356 #define io_wait_event(wq_head, condition) \ argument 364 #define __wait_event_freezable(wq_head, condition) \ argument 380 #define wait_event_freezable(wq_head, condition) \ argument 389 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 413 #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 | rcuwait.h | 56 #define rcuwait_wait_event(w, condition, state) \ argument
|
D | compiler_types.h | 311 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 318 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 321 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 333 #define compiletime_assert(condition, msg) \ argument
|
D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
D | seqno-fence.h | 29 enum seqno_fence_condition condition; member
|
D | freezer.h | 287 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 336 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
|
D | bug.h | 81 #define CHECK_DATA_CORRUPTION(condition, fmt, ...) \ argument
|
D | dev_printk.h | 273 #define dev_WARN_ONCE(dev, condition, format, arg...) \ argument
|
D | sched.h | 1751 #define conditional_stopped_child_used_math(condition, child) \ argument 1754 #define conditional_used_math(condition) conditional_stopped_child_used_math(condition, current) argument
|
/include/asm-generic/ |
D | bug.h | 65 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 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 161 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 165 #define WARN_ON(condition) ({ \ argument [all …]
|
/include/drm/ |
D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else argument
|
D | drm_print.h | 552 #define drm_WARN(drm, condition, format, arg...) \ argument 557 #define drm_WARN_ONCE(drm, condition, format, arg...) \ argument
|
/include/kunit/ |
D | test.h | 806 condition, \ argument 820 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 828 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument 831 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 839 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument 1312 #define KUNIT_EXPECT_TRUE(test, condition) \ argument 1315 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument 1331 #define KUNIT_EXPECT_FALSE(test, condition) \ argument 1334 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument 1601 #define KUNIT_ASSERT_TRUE(test, condition) \ argument [all …]
|
D | assert.h | 123 const char *condition; member
|
/include/net/ |
D | lapb.h | 91 unsigned char condition; member
|
D | netrom.h | 72 unsigned char state, condition, bpqext, window; member
|
D | rose.h | 136 unsigned char state, condition, qbitincl, defer; member
|
D | x25.h | 155 unsigned char state, condition; member
|
D | ax25.h | 250 unsigned char condition, backoff; member
|
/include/uapi/linux/ |
D | input.h | 461 struct ff_condition_effect condition[2]; /* One for each axis */ member
|
/include/sound/ |
D | core.h | 429 #define snd_BUG_ON(condition) ({ \ argument
|