Searched refs:readunlock (Results 1 – 2 of 2) 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, 426 .readunlock = torture_rwlock_read_unlock, 469 .readunlock = torture_rwlock_read_unlock_irq, 539 .readunlock = NULL, 637 .readunlock [all...] |
/linux/kernel/rcu/ |
H A D | rcuscale.c | 153 void (*readunlock)(int idx); member 196 .readunlock = rcu_scale_read_unlock, 258 .readunlock = srcu_scale_read_unlock, 288 .readunlock = srcu_scale_read_unlock, 324 .readunlock = tasks_scale_read_unlock, 368 .readunlock = tasks_rude_scale_read_unlock, 412 .readunlock = tasks_trace_scale_read_unlock, 472 cur_ops->readunlock(idx); in rcu_scale_reader()
|