Searched refs:reg_commit_wait (Results 1 – 2 of 2) sorted by relevance
277 struct completion reg_commit_wait; member
2749 init_completion(&lreq->reg_commit_wait); in linger_alloc()2973 if (!completion_done(&lreq->reg_commit_wait)) { in linger_reg_commit_complete()2975 complete_all(&lreq->reg_commit_wait); in linger_reg_commit_complete()3333 ret = wait_for_completion_interruptible(&lreq->reg_commit_wait); in linger_reg_commit_wait()