Lines Matching full:until
329 * wait_event - sleep until a condition gets true
333 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
368 * wait_event_freezable - sleep (or freeze) until a condition gets true
373 * to system load) until the @condition evaluates to true. The
394 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
399 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
457 * wait_event_cmd - sleep until a condition gets true
463 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
482 * wait_event_interruptible - sleep until a condition gets true
486 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
511 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
516 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
566 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
571 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
592 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
597 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
662 * The process is put to sleep (TASK_IDLE) until the
682 * The process is put to sleep (TASK_IDLE) until the
707 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
712 * The process is put to sleep (TASK_IDLE) until the
740 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
745 * The process is put to sleep (TASK_IDLE) until the
792 * wait_event_interruptible_locked - sleep until a condition gets true
796 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
819 * wait_event_interruptible_locked_irq - sleep until a condition gets true
823 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
846 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
850 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
877 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
881 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
912 * wait_event_killable - sleep until a condition gets true
916 * The process is put to sleep (TASK_KILLABLE) until the
939 * wait_event_state - sleep until a condition gets true
944 * The process is put to sleep (@state) until the @condition evaluates to true
969 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
974 * The process is put to sleep (TASK_KILLABLE) until the
1009 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
1020 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1039 * wait_event_lock_irq - sleep until a condition gets true. The
1048 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1074 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1084 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1108 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1116 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1146 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1155 * The process is put to sleep (TASK_INTERRUPTIBLE) until the