Lines Matching defs:condition
275 #define ___wait_cond_timeout(condition) \ argument
301 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
325 #define __wait_event(wq_head, condition) \ argument
341 #define wait_event(wq_head, condition) \ argument
349 #define __io_wait_event(wq_head, condition) \ argument
356 #define io_wait_event(wq_head, condition) \ argument
364 #define __wait_event_freezable(wq_head, condition) \ argument
380 #define wait_event_freezable(wq_head, condition) \ argument
389 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
413 #define wait_event_timeout(wq_head, condition, timeout) \ argument
422 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
431 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
440 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
446 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
453 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
471 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
478 #define __wait_event_interruptible(wq_head, condition) \ argument
497 #define wait_event_interruptible(wq_head, condition) \ argument
506 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
531 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
541 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
582 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
608 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
618 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
622 #define wait_event_interruptible_exclusive(wq, condition) \ argument
631 #define __wait_event_killable_exclusive(wq, condition) \ argument
635 #define wait_event_killable_exclusive(wq, condition) \ argument
645 #define __wait_event_freezable_exclusive(wq, condition) \ argument
649 #define wait_event_freezable_exclusive(wq, condition) \ argument
671 #define wait_event_idle(wq_head, condition) \ argument
695 #define wait_event_idle_exclusive(wq_head, condition) \ argument
702 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
726 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
735 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
763 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
775 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
815 #define wait_event_interruptible_locked(wq, condition) \ argument
842 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
873 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
904 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
909 #define __wait_event_killable(wq, condition) \ argument
927 #define wait_event_killable(wq_head, condition) \ argument
936 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
963 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
974 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
1004 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1031 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1039 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1071 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1102 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1111 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1142 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1153 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument