Lines Matching refs:cancel_lock
44 spinlock_t cancel_lock; member
49 static DEFINE_SPINLOCK(cancel_lock);
121 spin_lock(&cancel_lock); in __timerfd_remove_cancel()
123 spin_unlock(&cancel_lock); in __timerfd_remove_cancel()
129 spin_lock(&ctx->cancel_lock); in timerfd_remove_cancel()
131 spin_unlock(&ctx->cancel_lock); in timerfd_remove_cancel()
144 spin_lock(&ctx->cancel_lock); in timerfd_setup_cancel()
150 spin_lock(&cancel_lock); in timerfd_setup_cancel()
152 spin_unlock(&cancel_lock); in timerfd_setup_cancel()
157 spin_unlock(&ctx->cancel_lock); in timerfd_setup_cancel()
414 spin_lock_init(&ctx->cancel_lock); in SYSCALL_DEFINE2()