torture_spinlock 144 kernel/locking/locktorture.c static DEFINE_SPINLOCK(torture_spinlock); torture_spinlock 146 kernel/locking/locktorture.c static int torture_spin_lock_write_lock(void) __acquires(torture_spinlock) torture_spinlock 148 kernel/locking/locktorture.c spin_lock(&torture_spinlock); torture_spinlock 170 kernel/locking/locktorture.c static void torture_spin_lock_write_unlock(void) __releases(torture_spinlock) torture_spinlock 172 kernel/locking/locktorture.c spin_unlock(&torture_spinlock); torture_spinlock 187 kernel/locking/locktorture.c __acquires(torture_spinlock) torture_spinlock 191 kernel/locking/locktorture.c spin_lock_irqsave(&torture_spinlock, flags); torture_spinlock 197 kernel/locking/locktorture.c __releases(torture_spinlock) torture_spinlock 199 kernel/locking/locktorture.c spin_unlock_irqrestore(&torture_spinlock, cxt.cur_ops->flags);