Lines Matching refs:lock_torture_ops
136 struct lock_torture_ops { struct
159 struct lock_torture_ops *cur_ops; argument
229 static struct lock_torture_ops lock_busted_ops = {
274 static struct lock_torture_ops spin_lock_ops = {
301 static struct lock_torture_ops spin_lock_irq_ops = {
327 static struct lock_torture_ops raw_spin_lock_ops = {
354 static struct lock_torture_ops raw_spin_lock_irq_ops = {
381 static struct lock_torture_ops raw_res_spin_lock_ops = {
406 static struct lock_torture_ops raw_res_spin_lock_irq_ops = {
473 static struct lock_torture_ops rw_lock_ops = {
516 static struct lock_torture_ops rw_lock_irq_ops = {
583 static struct lock_torture_ops mutex_lock_ops = {
682 static struct lock_torture_ops ww_mutex_lock_ops = {
768 static struct lock_torture_ops rtmutex_lock_ops = {
830 static struct lock_torture_ops rwsem_lock_ops = {
880 static struct lock_torture_ops percpu_rwsem_lock_ops = {
1093 lock_torture_print_module_parms(struct lock_torture_ops *cur_ops, in lock_torture_print_module_parms()
1221 static struct lock_torture_ops *torture_ops[] = { in lock_torture_init()