Lines Matching full:until
303 * wait_event - sleep until a condition gets true
307 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
342 * wait_event_freezable - sleep (or freeze) until a condition gets true
347 * to system load) until the @condition evaluates to true. The
368 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
373 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
431 * wait_event_cmd - sleep until a condition gets true
437 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
456 * wait_event_interruptible - sleep until a condition gets true
460 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
485 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
490 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
539 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
544 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
565 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
570 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
635 * The process is put to sleep (TASK_IDLE) until the
655 * The process is put to sleep (TASK_IDLE) until the
680 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
685 * The process is put to sleep (TASK_IDLE) until the
713 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
718 * The process is put to sleep (TASK_IDLE) until the
765 * wait_event_interruptible_locked - sleep until a condition gets true
769 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
792 * wait_event_interruptible_locked_irq - sleep until a condition gets true
796 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
819 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
823 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
850 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
854 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
885 * wait_event_killable - sleep until a condition gets true
889 * The process is put to sleep (TASK_KILLABLE) until the
914 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
919 * The process is put to sleep (TASK_KILLABLE) until the
954 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
965 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
984 * wait_event_lock_irq - sleep until a condition gets true. The
993 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1019 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1029 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1053 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1061 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1091 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1100 * The process is put to sleep (TASK_INTERRUPTIBLE) until the