Lines Matching defs:condition

233 #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
380 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
389 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
398 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
404 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
411 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
429 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
436 #define __wait_event_interruptible(wq_head, condition) \ argument
455 #define wait_event_interruptible(wq_head, condition) \ argument
464 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
489 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
499 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
539 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
565 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
575 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
579 #define wait_event_interruptible_exclusive(wq, condition) \ argument
588 #define __wait_event_killable_exclusive(wq, condition) \ argument
592 #define wait_event_killable_exclusive(wq, condition) \ argument
602 #define __wait_event_freezable_exclusive(wq, condition) \ argument
606 #define wait_event_freezable_exclusive(wq, condition) \ argument
628 #define wait_event_idle(wq_head, condition) \ argument
652 #define wait_event_idle_exclusive(wq_head, condition) \ argument
659 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
683 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
692 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
720 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
732 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
772 #define wait_event_interruptible_locked(wq, condition) \ argument
799 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
830 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
861 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
866 #define __wait_event_killable(wq, condition) \ argument
884 #define wait_event_killable(wq_head, condition) \ argument
893 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
920 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
931 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
961 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
988 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
996 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1028 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1059 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1068 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1099 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1110 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument