Lines Matching refs:lock_torture_ops
90 struct lock_torture_ops { struct
107 struct lock_torture_ops *cur_ops; argument
142 static struct lock_torture_ops lock_busted_ops = {
185 static struct lock_torture_ops spin_lock_ops = {
211 static struct lock_torture_ops spin_lock_irq_ops = {
275 static struct lock_torture_ops rw_lock_ops = {
315 static struct lock_torture_ops rw_lock_irq_ops = {
354 static struct lock_torture_ops mutex_lock_ops = {
419 static struct lock_torture_ops rwsem_lock_ops = {
587 lock_torture_print_module_parms(struct lock_torture_ops *cur_ops, in lock_torture_print_module_parms()
640 static struct lock_torture_ops *torture_ops[] = { in lock_torture_init()