Lines Matching refs:cancel_lock
47 spinlock_t cancel_lock; member
52 static DEFINE_SPINLOCK(cancel_lock);
124 spin_lock(&cancel_lock); in __timerfd_remove_cancel()
126 spin_unlock(&cancel_lock); in __timerfd_remove_cancel()
132 spin_lock(&ctx->cancel_lock); in timerfd_remove_cancel()
134 spin_unlock(&ctx->cancel_lock); in timerfd_remove_cancel()
147 spin_lock(&ctx->cancel_lock); in timerfd_setup_cancel()
153 spin_lock(&cancel_lock); in timerfd_setup_cancel()
155 spin_unlock(&cancel_lock); in timerfd_setup_cancel()
160 spin_unlock(&ctx->cancel_lock); in timerfd_setup_cancel()
420 spin_lock_init(&ctx->cancel_lock); in SYSCALL_DEFINE2()