Searched refs:ctx_restart_done (Results 1 – 1 of 1) sorted by relevance
296 struct completion ctx_restart_done; /* use for blocking notification mode */ member894 init_completion(&ctx->ctx_restart_done); in pfm_context_alloc()2026 complete(&ctx->ctx_restart_done); in pfm_close()3637 complete(&ctx->ctx_restart_done); in pfm_restart()5043 ret = wait_for_completion_interruptible(&ctx->ctx_restart_done); in pfm_handle_work()