Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c294 struct completion ctx_restart_done; /* use for blocking notification mode */ member
903 init_completion(&ctx->ctx_restart_done); in pfm_context_alloc()
2044 complete(&ctx->ctx_restart_done); in pfm_close()
3684 complete(&ctx->ctx_restart_done); in pfm_restart()
5090 ret = wait_for_completion_interruptible(&ctx->ctx_restart_done); in pfm_handle_work()