SYNOPSIS bool completion_done(struct completion * x); ARGUMENTS x completion structure RETURNS 0 if there are waiters (wait_for_completion in progress) 1 if there are no waiters. COPYRIGHT