Searched refs:rwsem_acquire (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/tty/ |
| D | tty_ldsem.c | 319 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in __ldsem_down_write_nested() 378 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in ldsem_down_write_trylock()
|
| /Linux-v5.4/kernel/locking/ |
| D | rwsem.c | 1534 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1545 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 1565 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 1630 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested() 1638 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_killable_nested()
|
| /Linux-v5.4/include/linux/ |
| D | lockdep.h | 608 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
| D | jbd2.h | 1172 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
|
| /Linux-v5.4/fs/kernfs/ |
| D | dir.c | 468 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1409 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
| /Linux-v5.4/kernel/ |
| D | cpu.c | 334 rwsem_acquire(&cpu_hotplug_lock.rw_sem.dep_map, 0, 0, _THIS_IP_); in lockdep_acquire_cpus_lock()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | dlmglue.c | 1658 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|