Searched refs:rwsem_acquire (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/locking/ |
A D | rwsem.c | 1523 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1534 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 1554 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 1633 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested() 1641 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_killable_nested()
|
A D | percpu-rwsem.c | 217 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_write()
|
/linux/drivers/tty/ |
A 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/fs/kernfs/ |
A D | dir.c | 470 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1440 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
/linux/include/linux/ |
A D | lockdep.h | 545 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
A D | jbd2.h | 1319 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
|
/linux/kernel/ |
A D | cpu.c | 358 rwsem_acquire(&cpu_hotplug_lock.dep_map, 0, 0, _THIS_IP_); in lockdep_acquire_cpus_lock()
|
/linux/fs/ocfs2/ |
A D | dlmglue.c | 1663 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|
Completed in 29 milliseconds