Lines Matching defs:cancel_lock
45 spinlock_t cancel_lock;
50 static DEFINE_SPINLOCK(cancel_lock);
122 spin_lock(&cancel_lock);
124 spin_unlock(&cancel_lock);
130 spin_lock(&ctx->cancel_lock);
132 spin_unlock(&ctx->cancel_lock);
145 spin_lock(&ctx->cancel_lock);
151 spin_lock(&cancel_lock);
153 spin_unlock(&cancel_lock);
158 spin_unlock(&ctx->cancel_lock);
417 spin_lock_init(&ctx->cancel_lock);