1DECLARE_COMPLETION(9) Driver Basics DECLARE_COMPLETION(9)
23
4
NAME
6DECLARE_COMPLETION - declare and initialize a completion structure
7
SYNOPSIS
9DECLARE_COMPLETION(work);
10
ARGUMENTS
12work
13identifier for the completion structure
14
DESCRIPTION
16This macro declares and initializes a completion structure. Generally
17used for static declarations. You should use the _ONSTACK variant for
18automatic variables.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 DECLARE_COMPLETION(9)