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

NAME

6       completion_done - Test to see if a completion has any waiters
7

SYNOPSIS

9       bool completion_done(struct completion * x);
10

ARGUMENTS

12       x
13           completion structure
14

RETURN

16       0 if there are waiters (wait_for_completion in progress) 1 if there are
17       no waiters.
18
20Kernel Hackers Manual 3.10         June 2019                COMPLETION_DONE(9)
Impressum