Lines Matching refs:cancel_lock
45 spinlock_t cancel_lock; member
50 static DEFINE_SPINLOCK(cancel_lock);
136 spin_lock(&cancel_lock); in __timerfd_remove_cancel()
138 spin_unlock(&cancel_lock); in __timerfd_remove_cancel()
144 spin_lock(&ctx->cancel_lock); in timerfd_remove_cancel()
146 spin_unlock(&ctx->cancel_lock); in timerfd_remove_cancel()
159 spin_lock(&ctx->cancel_lock); in timerfd_setup_cancel()
165 spin_lock(&cancel_lock); in timerfd_setup_cancel()
167 spin_unlock(&cancel_lock); in timerfd_setup_cancel()
172 spin_unlock(&ctx->cancel_lock); in timerfd_setup_cancel()
423 spin_lock_init(&ctx->cancel_lock); in SYSCALL_DEFINE2()