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

NAME

6       reinit_completion - reinitialize a completion structure
7

SYNOPSIS

9       void reinit_completion(struct completion * x);
10

ARGUMENTS

12       x
13           pointer to completion structure that is to be reinitialized
14

DESCRIPTION

16       This inline function should be used to reinitialize a completion
17       structure so it can be reused. This is especially important after
18       complete_all is used.
19
21Kernel Hackers Manual 3.10         June 2019              REINIT_COMPLETION(9)
Impressum