Searched refs:readlock (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/kernel/locking/ |
| D | locktorture.c | 82 int (*readlock)(void); member 138 .readlock = NULL, 180 .readlock = NULL, 207 .readlock = NULL, 272 .readlock = torture_rwlock_read_lock, 313 .readlock = torture_rwlock_read_lock_irq, 351 .readlock = NULL, 423 .readlock = NULL, 504 .readlock = NULL, 567 .readlock = torture_rwsem_down_read, [all …]
|
| /Linux-v5.4/kernel/rcu/ |
| D | rcuperf.c | 132 int (*readlock)(void); member 173 .readlock = rcu_perf_read_lock, 230 .readlock = srcu_perf_read_lock, 259 .readlock = srcu_perf_read_lock, 287 .readlock = tasks_perf_read_lock, 335 idx = cur_ops->readlock(); in rcu_perf_reader()
|
| D | rcutorture.c | 293 int (*readlock)(void); member 442 .readlock = rcu_torture_read_lock, 491 .readlock = rcu_torture_read_lock, 582 .readlock = srcu_torture_read_lock, 614 .readlock = srcu_torture_read_lock, 633 .readlock = srcu_torture_read_lock, 669 .readlock = tasks_torture_read_lock, 714 .readlock = rcu_torture_read_lock_trivial, 1167 idxnew = cur_ops->readlock() << RCUTORTURE_RDR_SHIFT; in rcutorture_one_extend() 1802 idx = cur_ops->readlock(); in rcu_torture_fwd_prog_nr()
|
| /Linux-v5.4/net/caif/ |
| 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() 1092 mutex_init(&cf_sk->readlock); /* single task reading lock */ in caif_create()
|
| /Linux-v5.4/Documentation/locking/ |
| D | lockdep-design.rst | 46 - 'ever held as readlock in STATE context' 48 - 'ever held as readlock with STATE enabled' 70 of the lock and readlock (if exists), for each of the n STATEs listed
|
| /Linux-v5.4/Documentation/core-api/ |
| 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-v5.4/Documentation/arm/omap/ |
| D | dss.rst | 79 while holding a spinlock or a readlock.
|