Lines Matching full:sleep

332  * wait_event - sleep until a condition gets true
336 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
371 * wait_event_freezable - sleep (or freeze) until a condition gets true
375 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
397 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
402 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
460 * wait_event_cmd - sleep until a condition gets true
463 * @cmd1: the command will be executed before sleep
464 * @cmd2: the command will be executed after sleep
466 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
485 * wait_event_interruptible - sleep until a condition gets true
489 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
514 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
519 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
569 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
574 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
595 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
600 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
665 * The process is put to sleep (TASK_IDLE) until the
685 * The process is put to sleep (TASK_IDLE) until the
710 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
715 * The process is put to sleep (TASK_IDLE) until the
743 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
748 * The process is put to sleep (TASK_IDLE) until the
795 * wait_event_interruptible_locked - sleep until a condition gets true
799 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
822 * wait_event_interruptible_locked_irq - sleep until a condition gets true
826 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
849 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
853 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
880 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
884 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
915 * wait_event_killable - sleep until a condition gets true
919 * The process is put to sleep (TASK_KILLABLE) until the
942 * wait_event_state - sleep until a condition gets true
945 * @state: state to sleep in
947 * The process is put to sleep (@state) until the @condition evaluates to true
972 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
977 * The process is put to sleep (TASK_KILLABLE) until the
1012 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
1021 * sleep
1023 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1031 * dropped before invoking the cmd and going to sleep and is reacquired
1042 * wait_event_lock_irq - sleep until a condition gets true. The
1051 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1059 * dropped before going to sleep and is reacquired afterwards.
1077 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1085 * sleep
1087 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1095 * dropped before invoking the cmd and going to sleep and is reacquired
1111 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1119 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1127 * dropped before going to sleep and is reacquired afterwards.
1149 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1158 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1166 * dropped before going to sleep and is reacquired afterwards.