Lines Matching defs:condition

265 #define ___wait_cond_timeout(condition)						\  argument
291 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
315 #define __wait_event(wq_head, condition) \ argument
331 #define wait_event(wq_head, condition) \ argument
339 #define __io_wait_event(wq_head, condition) \ argument
346 #define io_wait_event(wq_head, condition) \ argument
354 #define __wait_event_freezable(wq_head, condition) \ argument
370 #define wait_event_freezable(wq_head, condition) \ argument
379 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
403 #define wait_event_timeout(wq_head, condition, timeout) \ argument
412 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
421 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
430 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
436 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
443 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
461 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
468 #define __wait_event_interruptible(wq_head, condition) \ argument
487 #define wait_event_interruptible(wq_head, condition) \ argument
496 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
521 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
531 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
572 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
598 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
608 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
612 #define wait_event_interruptible_exclusive(wq, condition) \ argument
621 #define __wait_event_killable_exclusive(wq, condition) \ argument
625 #define wait_event_killable_exclusive(wq, condition) \ argument
635 #define __wait_event_freezable_exclusive(wq, condition) \ argument
639 #define wait_event_freezable_exclusive(wq, condition) \ argument
661 #define wait_event_idle(wq_head, condition) \ argument
685 #define wait_event_idle_exclusive(wq_head, condition) \ argument
692 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
716 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
725 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
753 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
765 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
805 #define wait_event_interruptible_locked(wq, condition) \ argument
832 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
863 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
894 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
899 #define __wait_event_killable(wq, condition) \ argument
917 #define wait_event_killable(wq_head, condition) \ argument
926 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
953 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
964 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
994 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1021 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1029 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1061 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1092 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1101 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1132 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1143 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument