DECLARE_COMPLETION_ONSTACK(9) declare and initialize a completion structure

SYNOPSIS

DECLARE_COMPLETION_ONSTACK(work);

ARGUMENTS

work

identifier for the completion structure

DESCRIPTION

This macro declares and initializes a completion structure on the kernel stack.

COPYRIGHT