Searched refs:rwsem_acquire_read (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A 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()
|
A D | lockdep.h | 547 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
|
/linux/kernel/locking/ |
A D | rwsem.c | 1470 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 1479 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_interruptible() 1493 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable() 1512 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 1595 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_nested() 1603 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_killable_nested()
|
/linux/drivers/tty/ |
A 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/fs/kernfs/ |
A D | dir.c | 424 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active()
|
/linux/fs/jbd2/ |
A D | transaction.c | 468 rwsem_acquire_read(&journal->j_trans_commit_map, 0, 0, _THIS_IP_); in start_this_handle()
|
/linux/fs/ocfs2/ |
A D | dlmglue.c | 1659 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|
Completed in 23 milliseconds