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

NAME

6       DECLARE_COMPLETION - declare and initialize a completion structure
7

SYNOPSIS

9       DECLARE_COMPLETION(work);
10

ARGUMENTS

12       work
13           identifier for the completion structure
14

DESCRIPTION

16       This macro declares and initializes a completion structure. Generally
17       used for static declarations. You should use the _ONSTACK variant for
18       automatic variables.
19
21Kernel Hackers Manual 3.10         June 2019             DECLARE_COMPLETION(9)
Impressum