/linux-4.19.296/include/linux/ |
D | wait.h | 246 #define ___wait_cond_timeout(condition) \ argument 272 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 296 #define __wait_event(wq_head, condition) \ argument 312 #define wait_event(wq_head, condition) \ argument 320 #define __io_wait_event(wq_head, condition) \ argument 327 #define io_wait_event(wq_head, condition) \ argument 335 #define __wait_event_freezable(wq_head, condition) \ argument 351 #define wait_event_freezable(wq_head, condition) \ argument 360 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 384 #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 | 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 | ratelimit.h | 85 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument 91 #define WARN_RATELIMIT(condition, format, ...) \ argument 106 #define WARN_ON_RATELIMIT(condition, state) \ argument 109 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
D | compiler.h | 395 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 402 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 405 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 417 #define compiletime_assert(condition, msg) \ argument
|
D | rcuwait.h | 38 #define rcuwait_wait_event(w, condition) \ argument
|
D | bug.h | 71 #define CHECK_DATA_CORRUPTION(condition, fmt, ...) \ argument
|
D | freezer.h | 251 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 297 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
|
D | seqno-fence.h | 37 enum seqno_fence_condition condition; member
|
D | sched.h | 1427 #define conditional_stopped_child_used_math(condition, child) \ argument 1430 #define conditional_used_math(condition) conditional_stopped_child_used_math(condition, current) argument
|
/linux-4.19.296/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 123 #define WARN_ON(condition) ({ \ argument 132 #define WARN(condition, format...) ({ \ argument 140 #define WARN_TAINT(condition, taint, format...) ({ \ argument 148 #define WARN_ON_ONCE(condition) ({ \ argument 160 #define WARN_ONCE(condition, format...) ({ \ argument 171 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 188 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) argument 192 #define WARN_ON(condition) ({ \ argument [all …]
|
/linux-4.19.296/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-4.19.296/lib/ |
D | test_user_copy.c | 42 #define test(condition, msg) \ argument
|
/linux-4.19.296/drivers/misc/sgi-xp/ |
D | xp.h | 45 #define DBUG_ON(condition) BUG_ON(condition) argument 47 #define DBUG_ON(condition) argument
|
/linux-4.19.296/include/net/ |
D | lapb.h | 91 unsigned char condition; member
|
D | netrom.h | 72 unsigned char state, condition, bpqext, window; member
|
D | x25.h | 154 unsigned char state, condition; member
|
D | rose.h | 136 unsigned char state, condition, qbitincl, defer; member
|
D | ax25.h | 250 unsigned char condition, backoff; member
|
/linux-4.19.296/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 258 bool condition; in wait_for_stat() local
|
/linux-4.19.296/drivers/hid/intel-ish-hid/ipc/ |
D | ipc.c | 443 static int timed_wait_for_timeout(struct ishtp_device *dev, int condition, in timed_wait_for_timeout()
|
/linux-4.19.296/include/uapi/linux/ |
D | input.h | 461 struct ff_condition_effect condition[2]; /* One for each axis */ member
|
/linux-4.19.296/include/sound/ |
D | core.h | 356 #define snd_BUG_ON(condition) ({ \ argument
|