Lines Matching refs:cancel_lock
45 spinlock_t cancel_lock; member
50 static DEFINE_SPINLOCK(cancel_lock);
138 spin_lock(&cancel_lock); in __timerfd_remove_cancel()
140 spin_unlock(&cancel_lock); in __timerfd_remove_cancel()
146 spin_lock(&ctx->cancel_lock); in timerfd_remove_cancel()
148 spin_unlock(&ctx->cancel_lock); in timerfd_remove_cancel()
161 spin_lock(&ctx->cancel_lock); in timerfd_setup_cancel()
167 spin_lock(&cancel_lock); in timerfd_setup_cancel()
169 spin_unlock(&cancel_lock); in timerfd_setup_cancel()
174 spin_unlock(&ctx->cancel_lock); in timerfd_setup_cancel()
433 spin_lock_init(&ctx->cancel_lock); in SYSCALL_DEFINE2()