Searched refs:readunlock (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/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 | 347 void (*readunlock)(int idx); member 531 .readunlock = rcu_torture_read_unlock, 597 .readunlock = rcu_torture_read_unlock, 709 .readunlock = srcu_torture_read_unlock, 747 .readunlock = srcu_torture_read_unlock, 772 .readunlock = srcu_torture_read_unlock, 818 .readunlock = rcu_torture_read_unlock_trivial, 859 .readunlock = tasks_torture_read_unlock, 899 .readunlock = rcu_torture_read_unlock_trivial, 950 .readunlock = tasks_tracing_torture_read_unlock, [all …]
|