completion_done(9) Test to see if a completion has any waiters

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