Home
last modified time | relevance | path

Searched refs:readlock (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/kernel/locking/
Dlocktorture.c81 int (*readlock)(void); member
137 .readlock = NULL,
179 .readlock = NULL,
206 .readlock = NULL,
271 .readlock = torture_rwlock_read_lock,
312 .readlock = torture_rwlock_read_lock_irq,
350 .readlock = NULL,
422 .readlock = NULL,
497 .readlock = NULL,
560 .readlock = torture_rwsem_down_read,
[all …]
/Linux-v5.10/kernel/rcu/
Drcuscale.c131 int (*readlock)(void); member
172 .readlock = rcu_scale_read_lock,
229 .readlock = srcu_scale_read_lock,
258 .readlock = srcu_scale_read_lock,
286 .readlock = tasks_scale_read_lock,
336 idx = cur_ops->readlock(); in rcu_scale_reader()
Drcutorture.c305 int (*readlock)(void); member
455 .readlock = rcu_torture_read_lock,
504 .readlock = rcu_torture_read_lock,
595 .readlock = srcu_torture_read_lock,
627 .readlock = srcu_torture_read_lock,
646 .readlock = srcu_torture_read_lock,
687 .readlock = tasks_torture_read_lock,
732 .readlock = rcu_torture_read_lock_trivial,
756 .readlock = rcu_torture_read_lock_trivial,
794 .readlock = tasks_tracing_torture_read_lock,
[all …]
/Linux-v5.10/net/caif/
Dcaif_socket.c51 struct mutex readlock; member
96 mutex_lock(&cf_sk->readlock); in caif_read_lock()
103 mutex_unlock(&cf_sk->readlock); in caif_read_unlock()
1090 mutex_init(&cf_sk->readlock); /* single task reading lock */ in caif_create()
/Linux-v5.10/Documentation/locking/
Dlockdep-design.rst47 - 'ever held as readlock in STATE context'
49 - 'ever held as readlock with STATE enabled'
73 of the lock and readlock (if exists), for each of the n STATEs listed
/Linux-v5.10/Documentation/core-api/
Dassoc_array.rst38 RCU readlock is being held by the iterator. Note, however, under these
46 RCU readlock is being held by the thread doing the look up.
/Linux-v5.10/Documentation/arm/omap/
Ddss.rst79 while holding a spinlock or a readlock.