Lines Matching full:sleep
303 * wait_event - sleep until a condition gets true
307 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
342 * wait_event_freezable - sleep (or freeze) until a condition gets true
346 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
368 * wait_event_timeout - sleep until a condition gets true or a timeout elapses
373 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
431 * wait_event_cmd - sleep until a condition gets true
434 * @cmd1: the command will be executed before sleep
435 * @cmd2: the command will be executed after sleep
437 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
456 * wait_event_interruptible - sleep until a condition gets true
460 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
485 * wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses
490 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
539 * wait_event_hrtimeout - sleep until a condition gets true or a timeout elapses
544 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
565 * wait_event_interruptible_hrtimeout - sleep until a condition gets true or a timeout elapses
570 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
635 * The process is put to sleep (TASK_IDLE) until the
655 * The process is put to sleep (TASK_IDLE) until the
680 * wait_event_idle_timeout - sleep without load until a condition becomes true or a timeout elapses
685 * The process is put to sleep (TASK_IDLE) until the
713 …* wait_event_idle_exclusive_timeout - sleep without load until a condition becomes true or a timeo…
718 * The process is put to sleep (TASK_IDLE) until the
765 * wait_event_interruptible_locked - sleep until a condition gets true
769 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
792 * wait_event_interruptible_locked_irq - sleep until a condition gets true
796 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
819 * wait_event_interruptible_exclusive_locked - sleep exclusively until a condition gets true
823 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
850 * wait_event_interruptible_exclusive_locked_irq - sleep until a condition gets true
854 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
885 * wait_event_killable - sleep until a condition gets true
889 * The process is put to sleep (TASK_KILLABLE) until the
914 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
919 * The process is put to sleep (TASK_KILLABLE) until the
954 * wait_event_lock_irq_cmd - sleep until a condition gets true. The
963 * sleep
965 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
973 * dropped before invoking the cmd and going to sleep and is reacquired
984 * wait_event_lock_irq - sleep until a condition gets true. The
993 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
1001 * dropped before going to sleep and is reacquired afterwards.
1019 * wait_event_interruptible_lock_irq_cmd - sleep until a condition gets true.
1027 * sleep
1029 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1037 * dropped before invoking the cmd and going to sleep and is reacquired
1053 * wait_event_interruptible_lock_irq - sleep until a condition gets true.
1061 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1069 * dropped before going to sleep and is reacquired afterwards.
1091 * wait_event_interruptible_lock_irq_timeout - sleep until a condition gets
1100 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
1108 * dropped before going to sleep and is reacquired afterwards.