Home
last modified time | relevance | path

Searched refs:isol (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/samsung/
H A Dphy-samsung-ufs.h104 } isol; member
119 const struct pmu_isol *isol; member
131 struct samsung_ufs_phy *phy, u32 isol) in samsung_ufs_phy_ctrl_isol()
133 regmap_update_bits(phy->reg_pmu, phy->isol->offset, in samsung_ufs_phy_ctrl_isol()
134 phy->isol->mask, isol ? 0 : phy->isol->en); in samsung_ufs_phy_ctrl_isol()
130 samsung_ufs_phy_ctrl_isol( struct samsung_ufs_phy *phy, u32 isol) samsung_ufs_phy_ctrl_isol() argument
H A Dphy-samsung-ufs.c331 phy->isol = &drvdata->isol; in samsung_ufs_phy_probe()
H A Dphy-exynos7-ufs.h73 .isol = {
/kernel/linux/linux-6.6/drivers/phy/samsung/
H A Dphy-samsung-ufs.h111 struct samsung_ufs_phy_pmu_isol isol; member
124 struct samsung_ufs_phy_pmu_isol isol; member
136 struct samsung_ufs_phy *phy, u32 isol) in samsung_ufs_phy_ctrl_isol()
138 regmap_update_bits(phy->reg_pmu, phy->isol.offset, in samsung_ufs_phy_ctrl_isol()
139 phy->isol.mask, isol ? 0 : phy->isol.en); in samsung_ufs_phy_ctrl_isol()
135 samsung_ufs_phy_ctrl_isol( struct samsung_ufs_phy *phy, u32 isol) samsung_ufs_phy_ctrl_isol() argument
H A Dphy-samsung-ufs.c277 memcpy(&phy->isol, &drvdata->isol, sizeof(phy->isol)); in samsung_ufs_phy_probe()
281 phy->isol.offset = isol_offset; in samsung_ufs_phy_probe()
H A Dphy-fsd-ufs.c55 .isol = {
H A Dphy-exynosautov9-ufs.c66 .isol = {
H A Dphy-exynos7-ufs.c77 .isol = {
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_qm.c420 struct xfs_qm_isolate *isol = arg; in __releases() local
468 xfs_buf_delwri_queue(bp, &isol->buffers); in __releases()
481 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in __releases()
509 struct xfs_qm_isolate isol; in xfs_qm_shrink_scan() local
516 INIT_LIST_HEAD(&isol.buffers); in xfs_qm_shrink_scan()
517 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
520 xfs_qm_dquot_isolate, &isol); in xfs_qm_shrink_scan()
522 error = xfs_buf_delwri_submit(&isol.buffers); in xfs_qm_shrink_scan()
526 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
529 dqp = list_first_entry(&isol in xfs_qm_shrink_scan()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm.c424 struct xfs_qm_isolate *isol = arg; in __releases() local
466 xfs_buf_delwri_queue(bp, &isol->buffers); in __releases()
479 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in __releases()
505 struct xfs_qm_isolate isol; in xfs_qm_shrink_scan() local
512 INIT_LIST_HEAD(&isol.buffers); in xfs_qm_shrink_scan()
513 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
516 xfs_qm_dquot_isolate, &isol); in xfs_qm_shrink_scan()
518 error = xfs_buf_delwri_submit(&isol.buffers); in xfs_qm_shrink_scan()
522 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
525 dqp = list_first_entry(&isol in xfs_qm_shrink_scan()
[all...]

Completed in 7 milliseconds