Searched refs:rwsem_acquire (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | locking.h | 106 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \ 147 rwsem_acquire(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_); \
|
| /linux/kernel/locking/ |
| H A D | rwsem.c | 1590 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 1601 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 1621 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 1706 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested() 1714 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_killable_nested()
|
| H A D | percpu-rwsem.c | 232 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_write()
|
| /linux/block/ |
| H A D | blk.h | 699 rwsem_acquire(&q->io_lockdep_map, 0, 1, _RET_IP_); in blk_freeze_acquire_lock() 701 rwsem_acquire(&q->q_lockdep_map, 0, 1, _RET_IP_); in blk_freeze_acquire_lock()
|
| /linux/mm/ |
| H A D | mmap_lock.c | 63 rwsem_acquire(&vma->vmlock_dep_map, 0, 0, _RET_IP_); in __vma_enter_locked()
|
| H A D | zsmalloc.c | 333 rwsem_acquire(&zsl->dep_map, 0, 1, _RET_IP_); in zspage_write_trylock()
|
| /linux/drivers/tty/ |
| H A D | tty_ldsem.c | 319 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in __ldsem_down_write_nested()
|
| /linux/fs/kernfs/ |
| H A D | dir.c | 511 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1606 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
| /linux/include/linux/ |
| H A D | lockdep.h | 536 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
| H A D | jbd2.h | 1292 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
|
| /linux/kernel/ |
| H A D | cpu.c | 541 rwsem_acquire(&cpu_hotplug_lock.dep_map, 0, 0, _THIS_IP_); in lockdep_acquire_cpus_lock()
|
| /linux/fs/ocfs2/ |
| H A D | dlmglue.c | 1664 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|