| /kernel/linux/linux-6.6/include/linux/ |
| D | wait.h | 278 #define ___wait_cond_timeout(condition) \ argument 304 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 328 #define __wait_event(wq_head, condition) \ argument 344 #define wait_event(wq_head, condition) \ argument 352 #define __io_wait_event(wq_head, condition) \ argument 359 #define io_wait_event(wq_head, condition) \ argument 367 #define __wait_event_freezable(wq_head, condition) \ argument 383 #define wait_event_freezable(wq_head, condition) \ argument 392 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 416 #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 | 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
|
| D | once_lite.h | 13 #define __ONCE_LITE_IF(condition) \ argument 26 #define DO_ONCE_LITE_IF(condition, func, ...) \ argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | wait.h | 264 #define ___wait_cond_timeout(condition) \ argument 290 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 314 #define __wait_event(wq_head, condition) \ argument 330 #define wait_event(wq_head, condition) \ argument 338 #define __io_wait_event(wq_head, condition) \ argument 345 #define io_wait_event(wq_head, condition) \ argument 353 #define __wait_event_freezable(wq_head, condition) \ argument 369 #define wait_event_freezable(wq_head, condition) \ argument 378 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 402 #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
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | bug.h | 71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 110 #define WARN_ON_ONCE(condition) ({ \ argument 122 #define WARN_ON(condition) ({ \ argument 131 #define WARN(condition, format...) ({ \ argument 139 #define WARN_TAINT(condition, taint, format...) ({ \ argument 147 #define WARN_ON_ONCE(condition) \ argument 151 #define WARN_ONCE(condition, format...) \ argument 154 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument 163 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 167 #define WARN_ON(condition) ({ \ argument [all …]
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | bug.h | 63 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 101 #define WARN_ON_ONCE(condition) ({ \ argument 118 #define WARN_ON(condition) ({ \ argument 127 #define WARN(condition, format...) ({ \ argument 135 #define WARN_TAINT(condition, taint, format...) ({ \ argument 143 #define WARN_ON_ONCE(condition) ({ \ argument 155 #define WARN_ONCE(condition, format...) ({ \ argument 166 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 183 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 187 #define WARN_ON(condition) ({ \ argument [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| 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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_progs.h | 101 #define _CHECK(condition, tag, duration, format...) ({ \ argument 116 #define CHECK_FAIL(condition) ({ \ argument 127 #define CHECK(condition, tag, format...) \ argument 129 #define CHECK_ATTR(condition, tag, format...) \ argument
|
| D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({ \ argument
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | traps.h | 26 static inline int get_si_code(unsigned long condition) in get_si_code()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({ \ argument
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay) \ argument
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay) \ argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | traps.h | 29 static inline int get_si_code(unsigned long condition) in get_si_code()
|