1WAIT_FOR_COMPLETION_(9) Driver Basics WAIT_FOR_COMPLETION_(9)
23
4
NAME
6wait_for_completion_io - waits for completion of a task
7
SYNOPSIS
9void __sched wait_for_completion_io(struct completion * x);
10
ARGUMENTS
12x
13holds the state of this particular completion
14
DESCRIPTION
16This waits to be signaled for completion of a specific task. It is NOT
17interruptible and there is no timeout. The caller is accounted as
18waiting for IO.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 WAIT_FOR_COMPLETION_(9)