1WAIT_FOR_COMPLETION_(9) Driver Basics WAIT_FOR_COMPLETION_(9)
23
4
NAME
6wait_for_completion_interruptible - waits for completion of a task
7(w/intr)
8
SYNOPSIS
10int __sched wait_for_completion_interruptible(struct completion * x);
11
ARGUMENTS
13x
14holds the state of this particular completion
15
DESCRIPTION
17This waits for completion of a specific task to be signaled. It is
18interruptible.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 WAIT_FOR_COMPLETION_(9)