Declare and initialize a completion structure
DECLARE_COMPLETION(work);
work
identifier for the completion structure
This macro declares and initializes a completion structure. Generally used for static declarations. You should use the _ONSTACK variant for automatic variables.