Home
last modified time | relevance | path

Searched refs:cluster_base (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/scrub/
Dialloc.c365 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument
382 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
404 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
405 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
411 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster()
414 cluster_base)); in xchk_iallocbt_check_cluster()
449 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
469 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local
479 for (cluster_base = 0; in xchk_iallocbt_check_clusters()
[all …]
/linux-6.6.21/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency-tpmi.c48 u8 __iomem *cluster_base; member
80 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in read_control_freq()
132 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in write_control_freq()
142 writeq(control, (cluster_info->cluster_base + UNCORE_CONTROL_INDEX)); in write_control_freq()
201 status = readq((u8 __iomem *)cluster_info->cluster_base + UNCORE_STATUS_INDEX); in uncore_read_freq()
345 cluster_info->cluster_base = pd_info->uncore_base + mask; in uncore_probe()
357 cluster_info->cluster_base = NULL; in uncore_probe()
/linux-6.6.21/drivers/soc/fsl/dpio/
Ddpio-driver.c57 int cluster_base, cluster_size; in dpaa2_dpio_get_cluster_sdest() local
60 cluster_base = 2; in dpaa2_dpio_get_cluster_sdest()
65 cluster_base = 0; in dpaa2_dpio_get_cluster_sdest()
72 return cluster_base + cpu / cluster_size; in dpaa2_dpio_get_cluster_sdest()