Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/kernel/locking/ |
D | locktorture.c | 97 void (*readunlock)(void); member 153 .readunlock = NULL, 195 .readunlock = NULL, 222 .readunlock = NULL, 287 .readunlock = torture_rwlock_read_unlock, 328 .readunlock = torture_rwlock_read_unlock_irq, 366 .readunlock = NULL, 438 .readunlock = NULL, 519 .readunlock = NULL, 582 .readunlock = torture_rwsem_up_read, [all …]
|
/Linux-v4.19/kernel/rcu/ |
D | rcuperf.c | 140 void (*readunlock)(int idx); member 181 .readunlock = rcu_perf_read_unlock, 211 .readunlock = rcu_bh_perf_read_unlock, 268 .readunlock = srcu_perf_read_unlock, 297 .readunlock = srcu_perf_read_unlock, 327 .readunlock = sched_perf_read_unlock, 355 .readunlock = tasks_perf_read_unlock, 403 cur_ops->readunlock(idx); in rcu_perf_reader()
|
D | rcutorture.c | 282 void (*readunlock)(int idx); member 420 .readunlock = rcu_torture_read_unlock, 462 .readunlock = rcu_bh_torture_read_unlock, 508 .readunlock = rcu_torture_read_unlock, 596 .readunlock = srcu_torture_read_unlock, 633 .readunlock = srcu_torture_read_unlock, 652 .readunlock = srcu_torture_read_unlock, 690 .readunlock = sched_torture_read_unlock, 730 .readunlock = tasks_torture_read_unlock, 1230 cur_ops->readunlock(idxold >> RCUTORTURE_RDR_SHIFT); in rcutorture_one_extend()
|