Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/locking/
Dlocktorture.c83 int (*readlock)(int tid); member
140 .readlock = NULL,
184 .readlock = NULL,
211 .readlock = NULL,
280 .readlock = torture_rwlock_read_lock,
323 .readlock = torture_rwlock_read_lock_irq,
363 .readlock = NULL,
461 .readlock = NULL,
538 .readlock = NULL,
605 .readlock = torture_rwsem_down_read,
[all …]
/linux-5.19.10/kernel/rcu/
Drcuscale.c132 int (*readlock)(void); member
173 .readlock = rcu_scale_read_lock,
230 .readlock = srcu_scale_read_lock,
259 .readlock = srcu_scale_read_lock,
289 .readlock = tasks_scale_read_lock,
328 .readlock = tasks_trace_scale_read_lock,
386 idx = cur_ops->readlock(); in rcu_scale_reader()
Drcutorture.c330 int (*readlock)(void); member
497 .readlock = rcu_torture_read_lock,
551 .readlock = rcu_torture_read_lock,
663 .readlock = srcu_torture_read_lock,
701 .readlock = srcu_torture_read_lock,
723 .readlock = srcu_torture_read_lock,
769 .readlock = rcu_torture_read_lock_trivial,
810 .readlock = tasks_torture_read_lock,
850 .readlock = rcu_torture_read_lock_trivial,
901 .readlock = tasks_tracing_torture_read_lock,
[all …]
/linux-5.19.10/net/caif/
Dcaif_socket.c52 struct mutex readlock; member
91 mutex_lock(&cf_sk->readlock); in caif_read_lock()
98 mutex_unlock(&cf_sk->readlock); in caif_read_unlock()
1086 mutex_init(&cf_sk->readlock); /* single task reading lock */ in caif_create()
/linux-5.19.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-5.19.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-5.19.10/Documentation/arm/omap/
Ddss.rst79 while holding a spinlock or a readlock.