1COMPLETION_DONE(9) Driver Basics COMPLETION_DONE(9)
23
4
NAME
6completion_done - Test to see if a completion has any waiters
7
SYNOPSIS
9bool completion_done(struct completion * x);
10
ARGUMENTS
12x
13completion structure
14
RETURN
160 if there are waiters (wait_for_completion in progress) 1 if there are
17no waiters.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 COMPLETION_DONE(9)