Lines Matching defs:completion
11 #include <linux/completion.h>
34 struct completion *completion = data;
36 complete(completion);
46 struct completion completion;
59 request->callback_data = &completion;
60 init_completion(&completion);
66 wait_for_completion(&completion);
577 * and wait for completion. On success return 0. Return non-zero otherwise.
598 * Perform read channel-path information sclp command and wait for completion.