Reinitialize a completion structure
void reinit_completion(struct completion * x);
x
pointer to completion structure that is to be reinitialized
This inline function should be used to reinitialize a completion structure so it can be reused. This is especially important after complete_all is used.