Searched refs:readlock (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/kernel/locking/ |
D | locktorture.c | 87 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 …]
|
/Linux-v6.6/kernel/rcu/ |
D | rcuscale.c | 135 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()
|
D | rcutorture.c | 345 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 …]
|
/Linux-v6.6/net/caif/ |
D | caif_socket.c | 52 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()
|
/Linux-v6.6/Documentation/locking/ |
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-v6.6/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-v6.6/Documentation/arch/arm/omap/ |
D | dss.rst | 79 while holding a spinlock or a readlock.
|