Lines Matching defs:completion
12 #include <linux/completion.h>
35 struct completion *completion = data;
37 complete(completion);
47 struct completion completion;
60 request->callback_data = &completion;
61 init_completion(&completion);
67 wait_for_completion(&completion);
612 * and wait for completion. On success return 0. Return non-zero otherwise.
633 * Perform read channel-path information sclp command and wait for completion.