Home
last modified time | relevance | path

Searched refs:down_read_nested (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_pci.c73 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_configure_device()
125 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_unconfigure_device()
H A Dpciehp_core.c170 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_check_presence()
H A Dpciehp_hpc.c586 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ignore_dpc_link_change()
747 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ist()
/linux-6.15/include/linux/
H A Drwsem.h267 extern void down_read_nested(struct rw_semaphore *sem, int subclass);
288 # define down_read_nested(sem, subclass) down_read(sem) macro
H A Dfs.h907 down_read_nested(&inode->i_rwsem, subclass); in inode_lock_shared_nested()
/linux-6.15/tools/include/linux/
H A Drwsem.h41 #define down_read_nested(sem, subclass) down_read(sem) macro
/linux-6.15/fs/jfs/
H A Djfs_incore.h109 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux-6.15/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h185 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
/linux-6.15/fs/btrfs/
H A Dlocking.c145 down_read_nested(&eb->lock, nest); in btrfs_tree_read_lock_nested()
H A Dextent-tree.c3608 down_read_nested(&used_bg->data_rwsem, SINGLE_DEPTH_NESTING); in btrfs_lock_cluster()
/linux-6.15/kernel/locking/
H A Drwsem.c1646 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function
1652 EXPORT_SYMBOL(down_read_nested);
/linux-6.15/drivers/nvdimm/
H A Dsecurity.c110 down_read_nested(&key->sem, subclass); in nvdimm_lookup_user_key()
/linux-6.15/fs/xfs/
H A Dxfs_inode.c152 down_read_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
160 down_read_nested(&VFS_I(ip)->i_mapping->invalidate_lock, in xfs_ilock()
167 down_read_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags)); in xfs_ilock()
/linux-6.15/fs/ntfs3/
H A Drun.c1089 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in run_unpack_ex()
H A Dfsntfs.c458 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()
H A Dbitmap.c1423 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in ntfs_trim_fs()
/linux-6.15/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c1182 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
H A Dipoib_main.c430 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
/linux-6.15/sound/core/seq/
H A Dseq_clientmgr.c759 down_read_nested(&grp->list_mutex, hop); in __deliver_to_subscribers()
/linux-6.15/fs/smb/client/
H A Dfile.c1130 down_read_nested(&cinode->lock_sem, SINGLE_DEPTH_NESTING); in cifs_relock_file()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c407 down_read_nested(&node->lock, class); in nested_down_read_ref_node()
/linux-6.15/fs/f2fs/
H A Df2fs.h2219 down_read_nested(&sem->internal_rwsem, subclass); in f2fs_down_read_nested()