Searched refs:readunlock (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 101 void (*readunlock)(void); member 159 .readunlock = NULL, 203 .readunlock = NULL, 230 .readunlock = NULL, 295 .readunlock = torture_rwlock_read_unlock, 336 .readunlock = torture_rwlock_read_unlock_irq, 376 .readunlock = NULL, 459 .readunlock = NULL, 526 .readunlock = torture_rwsem_up_read, 568 .readunlock = torture_percpu_rwsem_up_read, [all …]
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 247 void (*readunlock)(int idx); member 376 .readunlock = rcu_torture_read_unlock, 418 .readunlock = rcu_bh_torture_read_unlock, 462 .readunlock = rcu_torture_read_unlock, 563 .readunlock = srcu_torture_read_unlock, 595 .readunlock = srcu_torture_read_unlock, 632 .readunlock = sched_torture_read_unlock, 673 .readunlock = tasks_torture_read_unlock, 1105 cur_ops->readunlock(idx); in rcu_torture_timer() 1136 cur_ops->readunlock(idx); in rcu_torture_timer() [all …]
|