Lines Matching defs:comp
89 struct completion *comp;
187 DECLARE_COMPLETION_ONSTACK(comp);
193 ctrl->comp = ∁
201 ret = wait_for_completion_timeout(ctrl->comp,
210 ctrl->comp = NULL;
222 DECLARE_COMPLETION_ONSTACK(comp);
226 ctrl->comp = ∁
234 ret = wait_for_completion_timeout(ctrl->comp,
251 ctrl->comp = NULL;
302 if (ctrl->comp)
303 complete(ctrl->comp);