Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c260 spinlock_t ctx_lock; member
292 #define LOCK_CTX(ctx) spin_lock(&(ctx)->ctx_lock)
293 #define UNLOCK_CTX(ctx) spin_unlock(&(ctx)->ctx_lock)
1280 spin_lock_init(&ctx->ctx_lock); in pfm_context_create()