Home
last modified time | relevance | path

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

12

/include/linux/
Dwait.h233 #define ___wait_cond_timeout(condition) \ argument
259 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
283 #define __wait_event(wq_head, condition) \ argument
299 #define wait_event(wq_head, condition) \ argument
307 #define __io_wait_event(wq_head, condition) \ argument
314 #define io_wait_event(wq_head, condition) \ argument
322 #define __wait_event_freezable(wq_head, condition) \ argument
338 #define wait_event_freezable(wq_head, condition) \ argument
347 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
371 #define wait_event_timeout(wq_head, condition, timeout) \ argument
[all …]
Dswait.h171 #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 …]
Dwait_bit.h242 #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
Dratelimit.h81 #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
Dcompiler.h327 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
334 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
337 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
349 #define compiletime_assert(condition, msg) \ argument
Drcuwait.h33 #define rcuwait_wait_event(w, condition) \ argument
Dbuild_bug.h49 #define BUILD_BUG_ON(condition) \ argument
Dbug.h71 #define CHECK_DATA_CORRUPTION(condition, fmt, ...) \ argument
Dseqno-fence.h29 enum seqno_fence_condition condition; member
Dfreezer.h251 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
297 #define wait_event_freezekillable_unsafe(wq, condition) \ argument
Dsched.h1503 #define conditional_stopped_child_used_math(condition, child) \ argument
1506 #define conditional_used_math(condition) conditional_stopped_child_used_math(condition, current) argument
Dusb.h247 enum usb_interface_condition condition; /* state of binding */ member
Ddevice.h1910 #define dev_WARN_ONCE(dev, condition, format, arg...) \ argument
/include/asm-generic/
Dbug.h62 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument
95 #define WARN_ON_ONCE(condition) ({ \ argument
112 #define WARN_ON(condition) ({ \ argument
121 #define WARN(condition, format...) ({ \ argument
129 #define WARN_TAINT(condition, taint, format...) ({ \ argument
137 #define WARN_ON_ONCE(condition) ({ \ argument
149 #define WARN_ONCE(condition, format...) ({ \ argument
160 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument
177 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument
181 #define WARN_ON(condition) ({ \ argument
[all …]
/include/drm/
Ddrm_util.h63 #define for_each_if(condition) if (!(condition)) {} else argument
Ddrm_os_linux.h33 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument
/include/net/
Dlapb.h91 unsigned char condition; member
Dnetrom.h72 unsigned char state, condition, bpqext, window; member
Dx25.h154 unsigned char state, condition; member
Drose.h136 unsigned char state, condition, qbitincl, defer; member
Dax25.h249 unsigned char condition, backoff; member
Dnetlink.h340 #define __NLA_ENSURE(condition) BUILD_BUG_ON_ZERO(!(condition)) argument
/include/uapi/linux/
Dinput.h461 struct ff_condition_effect condition[2]; /* One for each axis */ member
/include/sound/
Dcore.h352 #define snd_BUG_ON(condition) ({ \ argument
/include/net/bluetooth/
Dhci.h924 __u8 condition[0]; member

12