Searched refs:down_read_nested (Results 1 – 22 of 22) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | pciehp_pci.c | 73 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_configure_device() 121 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_unconfigure_device()
|
D | pciehp_core.c | 169 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_check_presence()
|
D | pciehp_hpc.c | 582 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ignore_dpc_link_change() 743 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ist()
|
/Linux-v6.6/include/linux/ |
D | rwsem.h | 231 extern void down_read_nested(struct rw_semaphore *sem, int subclass); 252 # define down_read_nested(sem, subclass) down_read(sem) macro
|
D | fs.h | 842 down_read_nested(&inode->i_rwsem, subclass); in inode_lock_shared_nested()
|
/Linux-v6.6/fs/xfs/ |
D | mrlock.h | 31 down_read_nested(&mrp->mr_lock, subclass); in mraccess_nested()
|
D | xfs_inode.c | 198 down_read_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock() 206 down_read_nested(&VFS_I(ip)->i_mapping->invalidate_lock, in xfs_ilock()
|
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 185 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
|
/Linux-v6.6/fs/jfs/ |
D | jfs_incore.h | 109 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/Linux-v6.6/fs/btrfs/ |
D | locking.c | 136 down_read_nested(&eb->lock, nest); in __btrfs_tree_read_lock()
|
D | extent-tree.c | 3474 down_read_nested(&used_bg->data_rwsem, SINGLE_DEPTH_NESTING); in btrfs_lock_cluster()
|
/Linux-v6.6/kernel/locking/ |
D | rwsem.c | 1642 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function 1648 EXPORT_SYMBOL(down_read_nested);
|
/Linux-v6.6/drivers/nvdimm/ |
D | security.c | 110 down_read_nested(&key->sem, subclass); in nvdimm_lookup_user_key()
|
/Linux-v6.6/fs/ntfs3/ |
D | run.c | 1087 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in run_unpack_ex()
|
D | fsntfs.c | 458 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in ntfs_check_for_free_space() 469 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_MFT); in ntfs_check_for_free_space()
|
D | bitmap.c | 1451 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in ntfs_trim_fs()
|
/Linux-v6.6/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 1158 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
|
D | ipoib_main.c | 430 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
|
/Linux-v6.6/sound/core/seq/ |
D | seq_clientmgr.c | 734 down_read_nested(&grp->list_mutex, hop); in __deliver_to_subscribers()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 407 down_read_nested(&node->lock, class); in nested_down_read_ref_node()
|
/Linux-v6.6/fs/f2fs/ |
D | f2fs.h | 2138 down_read_nested(&sem->internal_rwsem, subclass); in f2fs_down_read_nested()
|
/Linux-v6.6/fs/smb/client/ |
D | file.c | 866 down_read_nested(&cinode->lock_sem, SINGLE_DEPTH_NESTING); in cifs_relock_file()
|