Searched refs:rwsem_acquire (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | rwsem.c | 1557 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1568 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 1588 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 1667 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested() 1675 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_killable_nested()
|
D | percpu-rwsem.c | 217 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_write()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
D | dir.c | 476 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1419 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
/kernel/linux/linux-5.10/include/linux/ |
D | lockdep.h | 542 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
D | jbd2.h | 1309 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
|
/kernel/linux/linux-5.10/kernel/ |
D | cpu.c | 338 rwsem_acquire(&cpu_hotplug_lock.dep_map, 0, 0, _THIS_IP_); in lockdep_acquire_cpus_lock()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | dlmglue.c | 1664 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59523 rwsem_acquire(&cpu_hotplug_lock.dep_map, 0, 0, _THIS_IP_);
|