table of contents
DECLARE_COMPLETION_O(9) | Driver Basics | DECLARE_COMPLETION_O(9) |
NAME¶
DECLARE_COMPLETION_ONSTACK - 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¶
June 2024 | Kernel Hackers Manual 3.10 |