Lines Matching full:sleep
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
372 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
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
460 * @cmd1: the command will be executed before sleep
461 * @cmd2: the command will be executed after sleep
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
942 * @state: state to sleep in
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
1018 * sleep
1020 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1028 * dropped before invoking the cmd and going to sleep and is reacquired
1039 * wait_event_lock_irq - sleep until a condition gets true. The
1048 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1056 * dropped before going to sleep and is reacquired afterwards.
1074 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1082 * sleep
1084 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1092 * dropped before invoking the cmd and going to sleep and is reacquired
1108 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1116 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1124 * dropped before going to sleep and is reacquired afterwards.
1146 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1155 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1163 * dropped before going to sleep and is reacquired afterwards.