1WAIT_FOR_COMPLETION_(9)          Driver Basics         WAIT_FOR_COMPLETION_(9)
2
3
4

NAME

6       wait_for_completion_io - waits for completion of a task
7

SYNOPSIS

9       void __sched wait_for_completion_io(struct completion * x);
10

ARGUMENTS

12       x
13           holds the state of this particular completion
14

DESCRIPTION

16       This waits to be signaled for completion of a specific task. It is NOT
17       interruptible and there is no timeout. The caller is accounted as
18       waiting for IO.
19
21Kernel Hackers Manual 3.10         June 2019           WAIT_FOR_COMPLETION_(9)
Impressum