Home
last modified time | relevance | path

Searched refs:rwsem_acquire (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/tty/
Dtty_ldsem.c319 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-v6.1/kernel/locking/
Drwsem.c1562 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write()
1573 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable()
1593 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock()
1672 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested()
1680 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_killable_nested()
Dpercpu-rwsem.c227 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in percpu_down_write()
/Linux-v6.1/fs/kernfs/
Ddir.c493 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain()
1528 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
/Linux-v6.1/include/linux/
Dlockdep.h549 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
Djbd2.h1315 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
/Linux-v6.1/kernel/
Dcpu.c359 rwsem_acquire(&cpu_hotplug_lock.dep_map, 0, 0, _THIS_IP_); in lockdep_acquire_cpus_lock()
/Linux-v6.1/fs/btrfs/
Dctree.h1238 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \
1269 rwsem_acquire(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_); \
/Linux-v6.1/fs/ocfs2/
Ddlmglue.c1663 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()