Lines Matching defs:condition
264 #define ___wait_cond_timeout(condition) \ argument
290 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
314 #define __wait_event(wq_head, condition) \ argument
330 #define wait_event(wq_head, condition) \ argument
338 #define __io_wait_event(wq_head, condition) \ argument
345 #define io_wait_event(wq_head, condition) \ argument
353 #define __wait_event_freezable(wq_head, condition) \ argument
369 #define wait_event_freezable(wq_head, condition) \ argument
378 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
402 #define wait_event_timeout(wq_head, condition, timeout) \ argument
411 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
420 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
429 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
435 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
442 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
460 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
467 #define __wait_event_interruptible(wq_head, condition) \ argument
486 #define wait_event_interruptible(wq_head, condition) \ argument
495 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
520 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
530 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
571 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
597 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
607 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
611 #define wait_event_interruptible_exclusive(wq, condition) \ argument
620 #define __wait_event_killable_exclusive(wq, condition) \ argument
624 #define wait_event_killable_exclusive(wq, condition) \ argument
634 #define __wait_event_freezable_exclusive(wq, condition) \ argument
638 #define wait_event_freezable_exclusive(wq, condition) \ argument
660 #define wait_event_idle(wq_head, condition) \ argument
684 #define wait_event_idle_exclusive(wq_head, condition) \ argument
691 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
715 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
724 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
752 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
764 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
804 #define wait_event_interruptible_locked(wq, condition) \ argument
831 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
862 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
893 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
898 #define __wait_event_killable(wq, condition) \ argument
916 #define wait_event_killable(wq_head, condition) \ argument
925 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
952 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
963 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
993 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1020 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1028 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1060 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1091 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1100 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1131 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1142 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument