Searched refs:rwsem_acquire_read (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | percpu-rwsem.h | 51 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_read() 92 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock()
|
| D | lockdep.h | 551 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
|
| /Linux-v6.1/kernel/locking/ |
| D | rwsem.c | 1509 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 1518 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_interruptible() 1532 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable() 1551 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 1634 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_nested() 1642 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_killable_nested()
|
| /Linux-v6.1/drivers/tty/ |
| D | tty_ldsem.c | 300 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in __ldsem_down_read_nested() 352 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in ldsem_down_read_trylock()
|
| /Linux-v6.1/fs/kernfs/ |
| D | dir.c | 436 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active()
|
| /Linux-v6.1/fs/jbd2/ |
| D | transaction.c | 463 rwsem_acquire_read(&journal->j_trans_commit_map, 0, 0, _THIS_IP_); in start_this_handle()
|
| /Linux-v6.1/fs/btrfs/ |
| D | ctree.h | 1254 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_) 1274 rwsem_acquire_read(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_)
|
| /Linux-v6.1/fs/ocfs2/ |
| D | dlmglue.c | 1659 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|