Lines Matching defs:condition
238 #define ___wait_cond_timeout(condition) \ argument
264 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
288 #define __wait_event(wq_head, condition) \ argument
304 #define wait_event(wq_head, condition) \ argument
312 #define __io_wait_event(wq_head, condition) \ argument
319 #define io_wait_event(wq_head, condition) \ argument
327 #define __wait_event_freezable(wq_head, condition) \ argument
343 #define wait_event_freezable(wq_head, condition) \ argument
352 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
376 #define wait_event_timeout(wq_head, condition, timeout) \ argument
385 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
394 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
403 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
409 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
416 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
434 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
441 #define __wait_event_interruptible(wq_head, condition) \ argument
460 #define wait_event_interruptible(wq_head, condition) \ argument
469 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
494 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
504 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
544 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
570 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
580 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
584 #define wait_event_interruptible_exclusive(wq, condition) \ argument
593 #define __wait_event_killable_exclusive(wq, condition) \ argument
597 #define wait_event_killable_exclusive(wq, condition) \ argument
607 #define __wait_event_freezable_exclusive(wq, condition) \ argument
611 #define wait_event_freezable_exclusive(wq, condition) \ argument
633 #define wait_event_idle(wq_head, condition) \ argument
657 #define wait_event_idle_exclusive(wq_head, condition) \ argument
664 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
688 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
697 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
725 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
737 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
777 #define wait_event_interruptible_locked(wq, condition) \ argument
804 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
835 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
866 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
871 #define __wait_event_killable(wq, condition) \ argument
889 #define wait_event_killable(wq_head, condition) \ argument
898 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
925 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
936 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
966 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
993 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1001 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1033 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1064 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1073 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1104 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1115 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument