Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dlocktorture.c87 int (*readlock)(int tid); member
179 .readlock = NULL,
225 .readlock = NULL,
252 .readlock = NULL,
278 .readlock = NULL,
305 .readlock = NULL,
374 .readlock = torture_rwlock_read_lock,
417 .readlock = torture_rwlock_read_lock_irq,
490 .readlock = NULL,
588 .readlock = NULL,
[all …]
/openbmc/linux/kernel/rcu/
H A Drcuscale.c135 int (*readlock)(void); member
177 .readlock = rcu_scale_read_lock,
234 .readlock = srcu_scale_read_lock,
263 .readlock = srcu_scale_read_lock,
293 .readlock = tasks_scale_read_lock,
331 .readlock = tasks_rude_scale_read_lock,
371 .readlock = tasks_trace_scale_read_lock,
430 idx = cur_ops->readlock(); in rcu_scale_reader()
H A Drcutorture.c345 int (*readlock)(void); member
534 .readlock = rcu_torture_read_lock,
604 .readlock = rcu_torture_read_lock,
723 .readlock = srcu_torture_read_lock,
761 .readlock = srcu_torture_read_lock,
786 .readlock = srcu_torture_read_lock,
832 .readlock = rcu_torture_read_lock_trivial,
873 .readlock = tasks_torture_read_lock,
913 .readlock = rcu_torture_read_lock_trivial,
964 .readlock = tasks_tracing_torture_read_lock,
[all …]
/openbmc/linux/net/caif/
H A 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()
1081 mutex_init(&cf_sk->readlock); /* single task reading lock */ in caif_create()
/openbmc/linux/Documentation/locking/
H A 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
/openbmc/linux/Documentation/core-api/
H A 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.
/openbmc/linux/Documentation/arch/arm/omap/
H A Ddss.rst79 while holding a spinlock or a readlock.