Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c269 struct semaphore ctx_restart_sem; /* use for blocking notification mode */ member
1369 sema_init(&ctx->ctx_restart_sem, 0); /* init this semaphore to locked */ in pfm_context_create()
1972 void *sem = &ctx->ctx_restart_sem; in pfm_restart()
2799 ret = down_interruptible(&ctx->ctx_restart_sem); in pfm_ovfl_block_reset()
4137 sema_init(&nctx->ctx_restart_sem, 0); /* reset this semaphore to locked */ in pfm_inherit()