Lines Matching full:sleep

320  * wait_event - sleep until a condition gets true
324 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
359 * wait_event_freezable - sleep (or freeze) until a condition gets true
363 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
385 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
390 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
448 * wait_event_cmd - sleep until a condition gets true
451 * @cmd1: the command will be executed before sleep
452 * @cmd2: the command will be executed after sleep
454 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
473 * wait_event_interruptible - sleep until a condition gets true
477 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
502 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
507 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
557 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
562 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
583 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
588 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
653 * The process is put to sleep (TASK_IDLE) until the
673 * The process is put to sleep (TASK_IDLE) until the
698 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
703 * The process is put to sleep (TASK_IDLE) until the
731 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
736 * The process is put to sleep (TASK_IDLE) until the
783 * wait_event_interruptible_locked - sleep until a condition gets true
787 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
810 * wait_event_interruptible_locked_irq - sleep until a condition gets true
814 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
837 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
841 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
868 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
872 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
903 * wait_event_killable - sleep until a condition gets true
907 * The process is put to sleep (TASK_KILLABLE) until the
932 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
937 * The process is put to sleep (TASK_KILLABLE) until the
972 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
981 * sleep
983 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
991 * dropped before invoking the cmd and going to sleep and is reacquired
1002 * wait_event_lock_irq - sleep until a condition gets true. The
1011 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1019 * dropped before going to sleep and is reacquired afterwards.
1037 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1045 * sleep
1047 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1055 * dropped before invoking the cmd and going to sleep and is reacquired
1071 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1079 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1087 * dropped before going to sleep and is reacquired afterwards.
1109 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1118 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1126 * dropped before going to sleep and is reacquired afterwards.