Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
/kernel/locking/ |
D | locktorture.c | 84 void (*readunlock)(void); member 140 .readunlock = NULL, 182 .readunlock = NULL, 209 .readunlock = NULL, 274 .readunlock = torture_rwlock_read_unlock, 315 .readunlock = torture_rwlock_read_unlock_irq, 353 .readunlock = NULL, 425 .readunlock = NULL, 506 .readunlock = NULL, 569 .readunlock = torture_rwsem_up_read, [all …]
|
/kernel/rcu/ |
D | rcuperf.c | 133 void (*readunlock)(int idx); member 174 .readunlock = rcu_perf_read_unlock, 231 .readunlock = srcu_perf_read_unlock, 260 .readunlock = srcu_perf_read_unlock, 288 .readunlock = tasks_perf_read_unlock, 336 cur_ops->readunlock(idx); in rcu_perf_reader()
|
D | rcutorture.c | 296 void (*readunlock)(int idx); member 444 .readunlock = rcu_torture_read_unlock, 493 .readunlock = rcu_torture_read_unlock, 584 .readunlock = srcu_torture_read_unlock, 616 .readunlock = srcu_torture_read_unlock, 635 .readunlock = srcu_torture_read_unlock, 671 .readunlock = tasks_torture_read_unlock, 716 .readunlock = rcu_torture_read_unlock_trivial, 1181 cur_ops->readunlock(idxold >> RCUTORTURE_RDR_SHIFT); in rcutorture_one_extend() 1804 cur_ops->readunlock(idx); in rcu_torture_fwd_prog_nr()
|