COMPLETION_DONE
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
NAME
completion_done - 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