Lines Matching full:until
288 * wait_event - sleep until a condition gets true
292 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
327 * wait_event_freezable - sleep (or freeze) until a condition gets true
332 * to system load) until the @condition evaluates to true. The
353 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
358 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
416 * wait_event_cmd - sleep until a condition gets true
422 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
441 * wait_event_interruptible - sleep until a condition gets true
445 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
470 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
475 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
524 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
529 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
550 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
555 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
620 * The process is put to sleep (TASK_IDLE) until the
640 * The process is put to sleep (TASK_IDLE) until the
665 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
670 * The process is put to sleep (TASK_IDLE) until the
698 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
703 * The process is put to sleep (TASK_IDLE) until the
750 * wait_event_interruptible_locked - sleep until a condition gets true
754 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
777 * wait_event_interruptible_locked_irq - sleep until a condition gets true
781 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
804 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
808 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
835 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
839 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
870 * wait_event_killable - sleep until a condition gets true
874 * The process is put to sleep (TASK_KILLABLE) until the
899 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
904 * The process is put to sleep (TASK_KILLABLE) until the
939 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
950 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
969 * wait_event_lock_irq - sleep until a condition gets true. The
978 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1004 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1014 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1038 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1046 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1076 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1085 * The process is put to sleep (TASK_INTERRUPTIBLE) until the