Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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-v5.15/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, 288 .readunlock = tasks_scale_read_unlock, 317 .readunlock = tasks_trace_scale_read_unlock, 367 cur_ops->readunlock(idx); in rcu_scale_reader()
|
| D | rcutorture.c | 327 void (*readunlock)(int idx); member 491 .readunlock = rcu_torture_read_unlock, 545 .readunlock = rcu_torture_read_unlock, 657 .readunlock = srcu_torture_read_unlock, 693 .readunlock = srcu_torture_read_unlock, 713 .readunlock = srcu_torture_read_unlock, 755 .readunlock = tasks_torture_read_unlock, 801 .readunlock = rcu_torture_read_unlock_trivial, 826 .readunlock = rcu_torture_read_unlock_trivial, 865 .readunlock = tasks_tracing_torture_read_unlock, [all …]
|