Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/kernel/locking/ |
D | locktorture.c | 89 void (*readunlock)(int tid); member 181 .readunlock = NULL, 227 .readunlock = NULL, 254 .readunlock = NULL, 280 .readunlock = NULL, 307 .readunlock = NULL, 376 .readunlock = torture_rwlock_read_unlock, 419 .readunlock = torture_rwlock_read_unlock_irq, 492 .readunlock = NULL, 590 .readunlock = NULL, [all …]
|
/Linux-v6.6/kernel/rcu/ |
D | rcuscale.c | 136 void (*readunlock)(int idx); member 178 .readunlock = rcu_scale_read_unlock, 235 .readunlock = srcu_scale_read_unlock, 264 .readunlock = srcu_scale_read_unlock, 294 .readunlock = tasks_scale_read_unlock, 332 .readunlock = tasks_rude_scale_read_unlock, 372 .readunlock = tasks_trace_scale_read_unlock, 431 cur_ops->readunlock(idx); in rcu_scale_reader()
|
D | rcutorture.c | 348 void (*readunlock)(int idx); member 536 .readunlock = rcu_torture_read_unlock, 606 .readunlock = rcu_torture_read_unlock, 725 .readunlock = srcu_torture_read_unlock, 763 .readunlock = srcu_torture_read_unlock, 788 .readunlock = srcu_torture_read_unlock, 834 .readunlock = rcu_torture_read_unlock_trivial, 875 .readunlock = tasks_torture_read_unlock, 915 .readunlock = rcu_torture_read_unlock_trivial, 966 .readunlock = tasks_tracing_torture_read_unlock, [all …]
|