Declare and initialize a completion structure
DECLARE_COMPLETION_ONSTACK(work);
work
identifier for the completion structure
This macro declares and initializes a completion structure on the kernel stack.