Lines Matching refs:cancel_lock
45 spinlock_t cancel_lock; member
50 static DEFINE_SPINLOCK(cancel_lock);
122 spin_lock(&cancel_lock); in __timerfd_remove_cancel()
124 spin_unlock(&cancel_lock); in __timerfd_remove_cancel()
130 spin_lock(&ctx->cancel_lock); in timerfd_remove_cancel()
132 spin_unlock(&ctx->cancel_lock); in timerfd_remove_cancel()
145 spin_lock(&ctx->cancel_lock); in timerfd_setup_cancel()
151 spin_lock(&cancel_lock); in timerfd_setup_cancel()
153 spin_unlock(&cancel_lock); in timerfd_setup_cancel()
158 spin_unlock(&ctx->cancel_lock); in timerfd_setup_cancel()
417 spin_lock_init(&ctx->cancel_lock); in SYSCALL_DEFINE2()