Home
last modified time | relevance | path

Searched refs:rwsem_acquire_read (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/kernel/locking/
Drwsem.c24 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read()
35 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read_killable()
56 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock()
160 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_nested()
/Linux-v4.19/include/linux/
Dpercpu-rwsem.h36 rwsem_acquire_read(&sem->rw_sem.dep_map, 0, 0, _RET_IP_); in percpu_down_read_preempt_disable()
81 rwsem_acquire_read(&sem->rw_sem.dep_map, 0, 1, _RET_IP_); in percpu_down_read_trylock()
Dlockdep.h577 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
/Linux-v4.19/fs/kernfs/
Ddir.c421 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active()
/Linux-v4.19/fs/jbd2/
Dtransaction.c385 rwsem_acquire_read(&journal->j_trans_commit_map, 0, 0, _THIS_IP_); in start_this_handle()
/Linux-v4.19/fs/ocfs2/
Ddlmglue.c1639 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()