Lines Matching full:waits
137 * wait_for_completion: - waits for completion of a task
140 * This waits to be signaled for completion of a specific task. It is NOT
153 * wait_for_completion_timeout: - waits for completion of a task (w/timeout)
157 * This waits for either a completion of a specific task to be signaled or for a
172 * wait_for_completion_io: - waits for completion of a task
175 * This waits to be signaled for completion of a specific task. It is NOT
186 * wait_for_completion_io_timeout: - waits for completion of a task (w/timeout)
190 * This waits for either a completion of a specific task to be signaled or for a
206 * wait_for_completion_interruptible: - waits for completion of a task (w/intr)
209 * This waits for completion of a specific task to be signaled. It is
225 * wait_for_completion_interruptible_timeout: - waits for completion (w/(to,intr))
229 * This waits for either a completion of a specific task to be signaled or for a
244 * wait_for_completion_killable: - waits for completion of a task (killable)
247 * This waits to be signaled for completion of a specific task. It can be
273 * wait_for_completion_killable_timeout: - waits for completion of a task (w/(to,killable))
277 * This waits for either a completion of a specific task to be