Lines Matching defs:condition

188 #define ___wait_cond_timeout(condition)					\  argument
212 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ argument
246 #define __wait_event(wq, condition) \ argument
262 #define wait_event(wq, condition) \ argument
270 #define __io_wait_event(wq, condition) \ argument
277 #define io_wait_event(wq, condition) \ argument
285 #define __wait_event_freezable(wq, condition) \ argument
301 #define wait_event_freezable(wq, condition) \ argument
310 #define __wait_event_timeout(wq, condition, timeout) \ argument
334 #define wait_event_timeout(wq, condition, timeout) \ argument
343 #define __wait_event_freezable_timeout(wq, condition, timeout) \ argument
352 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument
361 #define __wait_event_cmd(wq, condition, cmd1, cmd2) \ argument
379 #define wait_event_cmd(wq, condition, cmd1, cmd2) \ argument
386 #define __wait_event_interruptible(wq, condition) \ argument
405 #define wait_event_interruptible(wq, condition) \ argument
414 #define __wait_event_interruptible_timeout(wq, condition, timeout) \ argument
439 #define wait_event_interruptible_timeout(wq, condition, timeout) \ argument
449 #define __wait_event_hrtimeout(wq, condition, timeout, state) \ argument
490 #define wait_event_hrtimeout(wq, condition, timeout) \ argument
516 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
526 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
530 #define wait_event_interruptible_exclusive(wq, condition) \ argument
540 #define __wait_event_freezable_exclusive(wq, condition) \ argument
544 #define wait_event_freezable_exclusive(wq, condition) \ argument
554 #define __wait_event_interruptible_locked(wq, condition, exclusive, irq) \ argument
607 #define wait_event_interruptible_locked(wq, condition) \ argument
634 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
665 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
696 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
701 #define __wait_event_killable(wq, condition) \ argument
719 #define wait_event_killable(wq, condition) \ argument
729 #define __wait_event_lock_irq(wq, condition, lock, cmd) \ argument
759 #define wait_event_lock_irq_cmd(wq, condition, lock, cmd) \ argument
786 #define wait_event_lock_irq(wq, condition, lock) \ argument
794 #define __wait_event_interruptible_lock_irq(wq, condition, lock, cmd) \ argument
826 #define wait_event_interruptible_lock_irq_cmd(wq, condition, lock, cmd) \ argument
857 #define wait_event_interruptible_lock_irq(wq, condition, lock) \ argument
866 #define __wait_event_interruptible_lock_irq_timeout(wq, condition, \ argument
898 #define wait_event_interruptible_lock_irq_timeout(wq, condition, lock, \ argument