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