Searched refs:readlock (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/locking/ |
| A D | locktorture.c | 83 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 D | rcuscale.c | 132 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 D | rcutorture.c | 324 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 D | caif_socket.c | 51 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 D | lockdep-design.rst | 47 - '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 D | assoc_array.rst | 38 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 D | dss.rst | 79 while holding a spinlock or a readlock.
|
Completed in 582 milliseconds