table of contents
other versions
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¶
January 2017 | Kernel Hackers Manual 4.8. |