Home
last modified time | relevance | path

Searched refs:ctx_restart_done (Results 1 – 1 of 1) sorted by relevance

/arch/ia64/kernel/
Dperfmon.c294 struct completion ctx_restart_done; /* use for blocking notification mode */ member
892 init_completion(&ctx->ctx_restart_done); in pfm_context_alloc()
2024 complete(&ctx->ctx_restart_done); in pfm_close()
3645 complete(&ctx->ctx_restart_done); in pfm_restart()
5051 ret = wait_for_completion_interruptible(&ctx->ctx_restart_done); in pfm_handle_work()