Lines Matching full:sleep

293  * wait_event - sleep until a condition gets true
297 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
332 * wait_event_freezable - sleep (or freeze) until a condition gets true
336 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
358 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
363 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
421 * wait_event_cmd - sleep until a condition gets true
424 * @cmd1: the command will be executed before sleep
425 * @cmd2: the command will be executed after sleep
427 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
446 * wait_event_interruptible - sleep until a condition gets true
450 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
475 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
480 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
529 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
534 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
555 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
560 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
625 * The process is put to sleep (TASK_IDLE) until the
645 * The process is put to sleep (TASK_IDLE) until the
670 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
675 * The process is put to sleep (TASK_IDLE) until the
703 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
708 * The process is put to sleep (TASK_IDLE) until the
755 * wait_event_interruptible_locked - sleep until a condition gets true
759 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
782 * wait_event_interruptible_locked_irq - sleep until a condition gets true
786 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
809 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
813 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
840 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
844 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
875 * wait_event_killable - sleep until a condition gets true
879 * The process is put to sleep (TASK_KILLABLE) until the
904 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
909 * The process is put to sleep (TASK_KILLABLE) until the
944 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
953 * sleep
955 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
963 * dropped before invoking the cmd and going to sleep and is reacquired
974 * wait_event_lock_irq - sleep until a condition gets true. The
983 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
991 * dropped before going to sleep and is reacquired afterwards.
1009 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1017 * sleep
1019 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1027 * dropped before invoking the cmd and going to sleep and is reacquired
1043 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1051 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1059 * dropped before going to sleep and is reacquired afterwards.
1081 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1090 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1098 * dropped before going to sleep and is reacquired afterwards.