Lines Matching defs:completion
76 struct completion *completion;
596 if (msg->completion)
597 complete(msg->completion);
602 struct completion *completion, bool atomic)
625 msg->completion = completion;
647 DECLARE_COMPLETION_ONSTACK(completion);
651 ret = apple_rtkit_send_message(rtk, ep, message, &completion, atomic);
660 if (try_wait_for_completion(&completion))
666 &completion, msecs_to_jiffies(timeout));
768 static int apple_rtkit_wait_for_completion(struct completion *c)
953 * will wait for the completion anyway.