table of contents
        
      
      
    | INIT_COMPLETION(9) | Driver Basics | INIT_COMPLETION(9) | 
NAME¶
init_completion - Initialize a dynamically allocated completion
SYNOPSIS¶
void init_completion(struct completion * x);
ARGUMENTS¶
x
pointer to completion structure that is to be
  initialized
DESCRIPTION¶
This inline function will initialize a dynamically created completion structure.
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |