/Linux-v4.19/include/linux/ |
D | wait.h | 220 #define ___wait_cond_timeout(condition) \ argument 246 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 270 #define __wait_event(wq_head, condition) \ argument 286 #define wait_event(wq_head, condition) \ argument 294 #define __io_wait_event(wq_head, condition) \ argument 301 #define io_wait_event(wq_head, condition) \ argument 309 #define __wait_event_freezable(wq_head, condition) \ argument 325 #define wait_event_freezable(wq_head, condition) \ argument 334 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 358 #define wait_event_timeout(wq_head, condition, timeout) \ argument [all …]
|
D | swait.h | 171 #define ___swait_event(wq, condition, state, ret, cmd) \ argument 195 #define __swait_event(wq, condition) \ argument 199 #define swait_event_exclusive(wq, condition) \ argument 206 #define __swait_event_timeout(wq, condition, timeout) \ argument 211 #define swait_event_timeout_exclusive(wq, condition, timeout) \ argument 219 #define __swait_event_interruptible(wq, condition) \ argument 223 #define swait_event_interruptible_exclusive(wq, condition) \ argument 231 #define __swait_event_interruptible_timeout(wq, condition, timeout) \ argument 236 #define swait_event_interruptible_timeout_exclusive(wq, condition, timeout)\ argument 245 #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
|
D | ratelimit.h | 81 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument 87 #define WARN_RATELIMIT(condition, format, ...) \ argument 102 #define WARN_ON_RATELIMIT(condition, state) \ argument 105 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
D | compiler.h | 324 # define __compiletime_error_fallback(condition) \ argument 329 # define __compiletime_error_fallback(condition) do { } while (0) argument 333 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 342 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 345 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 357 #define compiletime_assert(condition, msg) \ argument
|
D | build_bug.h | 13 #define BUILD_BUG_ON(condition) (0) argument 66 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument 68 #define BUILD_BUG_ON(condition) \ argument
|
D | rcuwait.h | 38 #define rcuwait_wait_event(w, condition) \ argument
|
D | freezer.h | 251 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 297 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
|
D | bug.h | 66 #define CHECK_DATA_CORRUPTION(condition, fmt, ...) \ argument
|
D | seqno-fence.h | 37 enum seqno_fence_condition condition; member
|
/Linux-v4.19/include/asm-generic/ |
D | bug.h | 61 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 68 #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 158 #define WARN_ONCE(condition, format...) ({ \ argument 169 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 186 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) argument 190 #define WARN_ON(condition) ({ \ argument [all …]
|
/Linux-v4.19/tools/include/asm/ |
D | bug.h | 9 #define WARN(condition, format...) ({ \ argument 16 #define WARN_ON(condition) ({ \ argument 24 #define WARN_ON_ONCE(condition) ({ \ argument 35 #define WARN_ONCE(condition, format...) ({ \ argument
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 150 sleep_cond(wait_queue_head_t *wait_queue, int *condition) in sleep_cond() 177 int *condition, in sleep_timeout_cond()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | delay.h | 57 #define spin_event_timeout(condition, timeout, delay) \ argument
|
/Linux-v4.19/arch/mips/include/asm/ |
D | bug.h | 22 static inline void __BUG_ON(unsigned long condition) in __BUG_ON()
|
/Linux-v4.19/include/drm/ |
D | drmP.h | 114 #define for_each_if(condition) if (!(condition)) {} else argument
|
D | drm_os_linux.h | 33 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument
|
/Linux-v4.19/samples/bpf/ |
D | task_fd_query_user.c | 23 #define CHECK_PERROR_RET(condition) ({ \ argument 32 #define CHECK_AND_RET(condition) ({ \ argument
|
/Linux-v4.19/tools/testing/scatterlist/linux/ |
D | mm.h | 17 #define WARN_ON(condition) ({ \ argument 22 #define WARN_ON_ONCE(condition) ({ \ argument
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | map_populate.c | 24 #define BUG_ON(condition, description) \ argument
|
/Linux-v4.19/lib/ |
D | test_user_copy.c | 42 #define test(condition, msg) \ argument
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | get_cgroup_id_user.c | 24 #define CHECK(condition, tag, format...) ({ \ argument
|
/Linux-v4.19/arch/x86/include/asm/ |
D | traps.h | 93 static inline int get_si_code(unsigned long condition) in get_si_code()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem.h | 37 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \ argument
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 46 #define WARN_ON_ONCE_RM(condition) ({ \ argument 62 #define WARN_ON_ONCE_RM(condition) ({ \ argument
|