Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/locking/ |
| H A D | locktorture.c | 147 void (*readunlock)(int tid); member 236 .readunlock = NULL, 281 .readunlock = NULL, 308 .readunlock = NULL, 334 .readunlock = NULL, 361 .readunlock = NULL, 388 .readunlock = NULL, 413 .readunlock = NULL, 480 .readunlock = torture_rwlock_read_unlock, 523 .readunlock = torture_rwlock_read_unlock_irq, [all …]
|
| /linux/kernel/rcu/ |
| H A D | rcuscale.c | 149 void (*readunlock)(int idx); member 192 .readunlock = rcu_scale_read_unlock, 254 .readunlock = srcu_scale_read_unlock, 284 .readunlock = srcu_scale_read_unlock, 320 .readunlock = tasks_scale_read_unlock, 364 .readunlock = tasks_rude_scale_read_unlock, 403 .readunlock = tasks_trace_scale_read_unlock, 461 cur_ops->readunlock(idx); in rcu_scale_reader()
|
| H A D | rcutorture.c | 386 void (*readunlock)(int idx); member 600 .readunlock = rcu_torture_read_unlock, 684 .readunlock = rcu_torture_read_unlock, 919 .readunlock = srcu_torture_read_unlock, 982 .readunlock = srcu_torture_read_unlock, 1018 .readunlock = srcu_torture_read_unlock, 1075 .readunlock = rcu_torture_read_unlock_trivial, 1122 .readunlock = rcu_torture_read_unlock_trivial_preempt, 1169 .readunlock = tasks_torture_read_unlock, 1203 .readunlock = rcu_torture_read_unlock_trivial, [all …]
|