Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/kernel/locking/ |
| D | locktorture.c | 83 void (*readunlock)(void); member 139 .readunlock = NULL, 181 .readunlock = NULL, 208 .readunlock = NULL, 273 .readunlock = torture_rwlock_read_unlock, 314 .readunlock = torture_rwlock_read_unlock_irq, 352 .readunlock = NULL, 424 .readunlock = NULL, 499 .readunlock = NULL, 562 .readunlock = torture_rwsem_up_read, [all …]
|
| /Linux-v5.10/kernel/rcu/ |
| D | rcuscale.c | 132 void (*readunlock)(int idx); member 173 .readunlock = rcu_scale_read_unlock, 230 .readunlock = srcu_scale_read_unlock, 259 .readunlock = srcu_scale_read_unlock, 287 .readunlock = tasks_scale_read_unlock, 337 cur_ops->readunlock(idx); in rcu_scale_reader()
|
| D | rcutorture.c | 308 void (*readunlock)(int idx); member 457 .readunlock = rcu_torture_read_unlock, 506 .readunlock = rcu_torture_read_unlock, 597 .readunlock = srcu_torture_read_unlock, 629 .readunlock = srcu_torture_read_unlock, 648 .readunlock = srcu_torture_read_unlock, 689 .readunlock = tasks_torture_read_unlock, 734 .readunlock = rcu_torture_read_unlock_trivial, 758 .readunlock = rcu_torture_read_unlock_trivial, 796 .readunlock = tasks_tracing_torture_read_unlock, [all …]
|