Scroll to navigation

INIT_COMPLETION(9) Driver Basics INIT_COMPLETION(9)

NAME

INIT_COMPLETION - reinitialize a completion structure

SYNOPSIS

INIT_COMPLETION(x);

ARGUMENTS

x

completion structure to be reinitialized

DESCRIPTION

This macro should be used to reinitialize a completion structure so it can be reused. This is especially important after complete_all is used.

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10