Lines Matching defs:cancel_lock
45 spinlock_t cancel_lock;
50 static DEFINE_SPINLOCK(cancel_lock);
138 spin_lock(&cancel_lock);
140 spin_unlock(&cancel_lock);
146 spin_lock(&ctx->cancel_lock);
148 spin_unlock(&ctx->cancel_lock);
161 spin_lock(&ctx->cancel_lock);
167 spin_lock(&cancel_lock);
169 spin_unlock(&cancel_lock);
174 spin_unlock(&ctx->cancel_lock);
433 spin_lock_init(&ctx->cancel_lock);