Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/kernel/locking/ |
D | locktorture.c | 85 void (*readunlock)(int tid); member 142 .readunlock = NULL, 186 .readunlock = NULL, 213 .readunlock = NULL, 282 .readunlock = torture_rwlock_read_unlock, 325 .readunlock = torture_rwlock_read_unlock_irq, 365 .readunlock = NULL, 463 .readunlock = NULL, 540 .readunlock = NULL, 607 .readunlock = torture_rwsem_up_read, [all …]
|
/linux-5.19.10/kernel/rcu/ |
D | rcuscale.c | 133 void (*readunlock)(int idx); member 174 .readunlock = rcu_scale_read_unlock, 231 .readunlock = srcu_scale_read_unlock, 260 .readunlock = srcu_scale_read_unlock, 290 .readunlock = tasks_scale_read_unlock, 329 .readunlock = tasks_trace_scale_read_unlock, 387 cur_ops->readunlock(idx); in rcu_scale_reader()
|
D | rcutorture.c | 333 void (*readunlock)(int idx); member 499 .readunlock = rcu_torture_read_unlock, 553 .readunlock = rcu_torture_read_unlock, 665 .readunlock = srcu_torture_read_unlock, 703 .readunlock = srcu_torture_read_unlock, 725 .readunlock = srcu_torture_read_unlock, 771 .readunlock = rcu_torture_read_unlock_trivial, 812 .readunlock = tasks_torture_read_unlock, 852 .readunlock = rcu_torture_read_unlock_trivial, 903 .readunlock = tasks_tracing_torture_read_unlock, [all …]
|