Home
last modified time | relevance | path

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

/include/asm-generic/
Dbug.h55 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument
91 #define WARN_ON(condition) ({ \ argument
100 #define WARN(condition, format...) ({ \ argument
108 #define WARN_TAINT(condition, taint, format...) ({ \ argument
115 #define WARN_ON_ONCE(condition) ({ \ argument
126 #define WARN_ONCE(condition, format...) ({ \ argument
137 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument
154 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) argument
158 #define WARN_ON(condition) ({ \ argument
165 #define WARN(condition, format...) ({ \ argument
[all …]
/include/linux/
Dwait.h239 #define ___wait_cond_timeout(condition) \ argument
265 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ argument
289 #define __wait_event(wq, condition) \ argument
305 #define wait_event(wq, condition) \ argument
313 #define __io_wait_event(wq, condition) \ argument
320 #define io_wait_event(wq, condition) \ argument
328 #define __wait_event_freezable(wq, condition) \ argument
344 #define wait_event_freezable(wq, condition) \ argument
353 #define __wait_event_timeout(wq, condition, timeout) \ argument
377 #define wait_event_timeout(wq, condition, timeout) \ argument
[all …]
Dswait.h99 #define ___swait_event(wq, condition, state, ret, cmd) \ argument
122 #define __swait_event(wq, condition) \ argument
126 #define swait_event(wq, condition) \ argument
133 #define __swait_event_timeout(wq, condition, timeout) \ argument
138 #define swait_event_timeout(wq, condition, timeout) \ argument
146 #define __swait_event_interruptible(wq, condition) \ argument
150 #define swait_event_interruptible(wq, condition) \ argument
158 #define __swait_event_interruptible_timeout(wq, condition, timeout) \ argument
163 #define swait_event_interruptible_timeout(wq, condition, timeout) \ argument
Dratelimit.h80 #define WARN_ON_RATELIMIT(condition, state) \ argument
83 #define WARN_RATELIMIT(condition, format, ...) \ argument
98 #define WARN_ON_RATELIMIT(condition, state) \ argument
101 #define WARN_RATELIMIT(condition, format, ...) \ argument
Dbug.h22 #define BUILD_BUG_ON(condition) (0) argument
75 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
77 #define BUILD_BUG_ON(condition) \ argument
Dcompiler.h500 # define __compiletime_error_fallback(condition) \ argument
505 # define __compiletime_error_fallback(condition) do { } while (0) argument
508 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument
517 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
529 #define compiletime_assert(condition, msg) \ argument
Dseqno-fence.h37 enum seqno_fence_condition condition; member
Dfreezer.h250 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
296 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
Dgenl_magic_func.h136 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition)) argument
Ddevice.h1320 #define dev_WARN_ONCE(dev, condition, format, arg...) \ argument
Dusb.h177 enum usb_interface_condition condition; /* state of binding */ member
Dsched.h2473 #define conditional_stopped_child_used_math(condition, child) \ argument
2475 #define conditional_used_math(condition) \ argument
/include/net/irda/
Ddiscovery.h80 LAP_REASON condition; /* More info about the discovery */ member
/include/drm/
Ddrm_os_linux.h43 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument
DdrmP.h1117 #define for_each_if(condition) if (!(condition)) {} else 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.h235 unsigned char condition, backoff; member
Dcfg80211.h2142 enum nl80211_coalesce_condition condition; member
/include/uapi/linux/
Dinput.h438 struct ff_condition_effect condition[2]; /* One for each axis */ member
/include/sound/
Dcore.h369 #define snd_BUG_ON(condition) ({ \ argument
/include/net/bluetooth/
Dhci.h883 __u8 condition[0]; member