Lines Matching refs:cancel_lock
45 spinlock_t cancel_lock;
50 static DEFINE_SPINLOCK(cancel_lock);
136 spin_lock(&cancel_lock);
138 spin_unlock(&cancel_lock);
144 spin_lock(&ctx->cancel_lock);
146 spin_unlock(&ctx->cancel_lock);
159 spin_lock(&ctx->cancel_lock);
165 spin_lock(&cancel_lock);
167 spin_unlock(&cancel_lock);
172 spin_unlock(&ctx->cancel_lock);
422 spin_lock_init(&ctx->cancel_lock);