Home
last modified time | relevance | path

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

/linux/kernel/locking/
A Dlocktorture.c83 int (*readlock)(int tid); member
140 .readlock = NULL,
184 .readlock = NULL,
211 .readlock = NULL,
363 .readlock = NULL,
461 .readlock = NULL,
538 .readlock = NULL,
719 cxt.cur_ops->readlock(tid); in lock_torture_reader()
781 if (cxt.cur_ops->readlock) in lock_torture_stats_print()
795 if (cxt.cur_ops->readlock) { in lock_torture_stats_print()
[all …]
/linux/kernel/rcu/
A Drcuscale.c132 int (*readlock)(void); member
173 .readlock = rcu_scale_read_lock,
230 .readlock = srcu_scale_read_lock,
259 .readlock = srcu_scale_read_lock,
287 .readlock = tasks_scale_read_lock,
316 .readlock = tasks_trace_scale_read_lock,
366 idx = cur_ops->readlock(); in rcu_scale_reader()
A Drcutorture.c324 int (*readlock)(void); member
489 .readlock = rcu_torture_read_lock,
543 .readlock = rcu_torture_read_lock,
655 .readlock = srcu_torture_read_lock,
691 .readlock = srcu_torture_read_lock,
711 .readlock = srcu_torture_read_lock,
753 .readlock = tasks_torture_read_lock,
799 .readlock = rcu_torture_read_lock_trivial,
1198 idx = cur_ops->readlock(); in rcu_torture_writer()
2040 idx = cur_ops->readlock(); in rcu_torture_stall()
[all …]
/linux/net/caif/
A 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()
1091 mutex_init(&cf_sk->readlock); /* single task reading lock */ in caif_create()
/linux/Documentation/locking/
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
/linux/Documentation/core-api/
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.
/linux/Documentation/arm/omap/
A Ddss.rst79 while holding a spinlock or a readlock.

Completed in 582 milliseconds