Searched refs:readunlock (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 97 void (*readunlock)(void); member 148 .readunlock = NULL, 191 .readunlock = NULL, 217 .readunlock = NULL, 281 .readunlock = torture_rwlock_read_unlock, 321 .readunlock = torture_rwlock_read_unlock_irq, 360 .readunlock = NULL, 425 .readunlock = torture_rwsem_up_read, 487 cxt.cur_ops->readunlock(); in lock_torture_reader()
|
/linux-4.1.27/kernel/rcu/ |
D | rcutorture.c | 246 void (*readunlock)(int idx); member 375 .readunlock = rcu_torture_read_unlock, 417 .readunlock = rcu_bh_torture_read_unlock, 461 .readunlock = rcu_torture_read_unlock, 560 .readunlock = srcu_torture_read_unlock, 597 .readunlock = sched_torture_read_unlock, 636 .readunlock = tasks_torture_read_unlock, 1060 cur_ops->readunlock(idx); in rcu_torture_timer() 1091 cur_ops->readunlock(idx); in rcu_torture_timer() 1134 cur_ops->readunlock(idx); in rcu_torture_reader() [all …]
|