Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 21 of 21) sorted by relevance

/include/asm-generic/
Dbug.h55 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0) argument
85 #define WARN_ON(condition) ({ \ argument
94 #define WARN(condition, format...) ({ \ argument
102 #define WARN_TAINT(condition, taint, format...) ({ \ argument
115 #define BUG_ON(condition) do { if (condition) ; } while(0) argument
119 #define WARN_ON(condition) ({ \ argument
126 #define WARN(condition, format...) ({ \ argument
132 #define WARN_TAINT(condition, taint, format...) WARN_ON(condition) argument
136 #define WARN_ON_ONCE(condition) ({ \ argument
146 #define WARN_ONCE(condition, format...) ({ \ argument
[all …]
/include/linux/
Dwait.h176 #define __wait_event(wq, condition) \ argument
201 #define wait_event(wq, condition) \ argument
208 #define __wait_event_timeout(wq, condition, ret) \ argument
242 #define wait_event_timeout(wq, condition, timeout) \ argument
250 #define __wait_event_interruptible(wq, condition, ret) \ argument
283 #define wait_event_interruptible(wq, condition) \ argument
291 #define __wait_event_interruptible_timeout(wq, condition, ret) \ argument
331 #define wait_event_interruptible_timeout(wq, condition, timeout) \ argument
339 #define __wait_event_hrtimeout(wq, condition, timeout, state) \ argument
391 #define wait_event_hrtimeout(wq, condition, timeout) \ argument
[all …]
Dfreezer.h249 #define wait_event_freezekillable(wq, condition) \ argument
259 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
268 #define wait_event_freezable(wq, condition) \ argument
277 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument
287 #define wait_event_freezable_exclusive(wq, condition) \ argument
334 #define wait_event_freezable(wq, condition) \ argument
337 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument
340 #define wait_event_freezable_exclusive(wq, condition) \ argument
343 #define wait_event_freezekillable(wq, condition) \ argument
346 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
Dratelimit.h46 #define WARN_ON_RATELIMIT(condition, state) \ argument
49 #define WARN_RATELIMIT(condition, format, ...) \ argument
64 #define WARN_ON_RATELIMIT(condition, state) \ argument
67 #define WARN_RATELIMIT(condition, format, ...) \ argument
Dbug.h21 #define BUILD_BUG_ON(condition) (0) argument
71 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
73 #define BUILD_BUG_ON(condition) \ argument
Dcompiler.h315 # define __compiletime_error_fallback(condition) \ argument
318 # define __compiletime_error_fallback(condition) do { } while (0) argument
321 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument
330 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
342 #define compiletime_assert(condition, msg) \ argument
Dtty.h663 #define wait_event_interruptible_tty(tty, wq, condition) \ argument
672 #define __wait_event_interruptible_tty(tty, wq, condition, ret) \ argument
Dgenl_magic_func.h136 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition)) argument
Ddevice.h1092 #define dev_WARN_ONCE(dev, condition, format, arg...) \ argument
Dsched.h1665 #define conditional_stopped_child_used_math(condition, child) \ argument
1667 #define conditional_used_math(condition) \ argument
Dusb.h175 enum usb_interface_condition condition; /* state of binding */ member
/include/net/irda/
Ddiscovery.h82 LAP_REASON condition; /* More info about the discovery */ member
/include/drm/
Ddrm_os_linux.h93 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument
/include/net/
Dlapb.h89 unsigned char condition; member
Dnetrom.h69 unsigned char state, condition, bpqext, window; member
Dx25.h152 unsigned char state, condition; member
Drose.h135 unsigned char state, condition, qbitincl, defer; member
Dax25.h233 unsigned char condition, backoff; member
/include/sound/
Dcore.h396 #define snd_BUG_ON(condition) ({ \ argument
/include/uapi/linux/
Dinput.h1145 struct ff_condition_effect condition[2]; /* One for each axis */ member
/include/net/bluetooth/
Dhci.h702 __u8 condition[0]; member