Lines Matching full:until
319 * wait_event - sleep until a condition gets true
323 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
358 * wait_event_freezable - sleep (or freeze) until a condition gets true
363 * to system load) until the @condition evaluates to true. The
384 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
389 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
447 * wait_event_cmd - sleep until a condition gets true
453 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
472 * wait_event_interruptible - sleep until a condition gets true
476 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
501 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
506 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
556 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
561 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
582 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
587 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
652 * The process is put to sleep (TASK_IDLE) until the
672 * The process is put to sleep (TASK_IDLE) until the
697 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
702 * The process is put to sleep (TASK_IDLE) until the
730 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
735 * The process is put to sleep (TASK_IDLE) until the
782 * wait_event_interruptible_locked - sleep until a condition gets true
786 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
809 * wait_event_interruptible_locked_irq - sleep until a condition gets true
813 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
836 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
840 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
867 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
871 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
902 * wait_event_killable - sleep until a condition gets true
906 * The process is put to sleep (TASK_KILLABLE) until the
931 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
936 * The process is put to sleep (TASK_KILLABLE) until the
971 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
982 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1001 * wait_event_lock_irq - sleep until a condition gets true. The
1010 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1036 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1046 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1070 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1078 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1108 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1117 * The process is put to sleep (TASK_INTERRUPTIBLE) until the