1. NAME

DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure

2. SYNOPSIS

DECLARE_COMPLETION_ONSTACK( work );

3. ARGUMENTS

work
    identifier for the completion structure

4. DESCRIPTION

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

5. COPYRIGHT