Searched refs:ctx_lock (Results 1 – 1 of 1) sorted by relevance
260 spinlock_t ctx_lock; member292 #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()