Lines Matching full:until
328 * wait_event - sleep until a condition gets true
332 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
367 * wait_event_freezable - sleep (or freeze) until a condition gets true
372 * to system load) until the @condition evaluates to true. The
393 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
398 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
456 * wait_event_cmd - sleep until a condition gets true
462 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
481 * wait_event_interruptible - sleep until a condition gets true
485 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
510 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
515 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
565 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
570 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
591 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
596 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
661 * The process is put to sleep (TASK_IDLE) until the
681 * The process is put to sleep (TASK_IDLE) until the
706 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
711 * The process is put to sleep (TASK_IDLE) until the
739 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
744 * The process is put to sleep (TASK_IDLE) until the
791 * wait_event_interruptible_locked - sleep until a condition gets true
795 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
818 * wait_event_interruptible_locked_irq - sleep until a condition gets true
822 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
845 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
849 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
876 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
880 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
911 * wait_event_killable - sleep until a condition gets true
915 * The process is put to sleep (TASK_KILLABLE) until the
938 * wait_event_state - sleep until a condition gets true
943 * The process is put to sleep (@state) until the @condition evaluates to true
968 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
973 * The process is put to sleep (TASK_KILLABLE) until the
1008 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
1019 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1038 * wait_event_lock_irq - sleep until a condition gets true. The
1047 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1073 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1083 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1107 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1115 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1145 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1154 * The process is put to sleep (TASK_INTERRUPTIBLE) until the