Lines Matching refs:abort_cmp
66 struct completion *abort_cmp;
188 ctx->abort_cmp = NULL;
550 struct completion *abort_cmp;
556 abort_cmp = ctx->abort_cmp;
561 if (abort_cmp) {
568 complete(abort_cmp);
821 DECLARE_COMPLETION_ONSTACK(abort_cmp);
849 ctx->abort_cmp = &abort_cmp;
854 done = wait_for_completion_timeout(&abort_cmp, msecs_to_jiffies(2000));
862 ctx->abort_cmp = NULL;