INIT_COMPLETION

Section: Driver Basics (9)
Updated: February 2011
Index Return to Main Contents
 

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