Searched refs:cluster_base (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | ialloc.c | 364 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument 380 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster() 386 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster() 402 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster() 403 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster() 410 cluster_base, nr_inodes, cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster() 412 cluster_base)); in xchk_iallocbt_check_cluster() 447 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster() 467 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local 477 for (cluster_base = 0; in xchk_iallocbt_check_clusters() [all …]
|
H A D | ialloc_repair.c | 227 unsigned int cluster_base; in xrep_ibt_cluster_record() local 234 cluster_base = cluster_ir_startino - ir_startino; in xrep_ibt_cluster_record() 258 cluster_base / XFS_INODES_PER_HOLEMASK_BIT, in xrep_ibt_cluster_record() 272 ri->rie.ir_free &= ~XFS_INOBT_MASK(cluster_base + in xrep_ibt_cluster_record() 416 xfs_agblock_t cluster_base; in xrep_ibt_record_inode_blocks() local 430 for (cluster_base = 0; in xrep_ibt_record_inode_blocks() 431 cluster_base < rec->rm_blockcount; in xrep_ibt_record_inode_blocks() 432 cluster_base += igeo->blocks_per_cluster) { in xrep_ibt_record_inode_blocks() 434 rec->rm_startblock + cluster_base); in xrep_ibt_record_inode_blocks()
|
/linux/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-tpmi.c | 51 u8 __iomem *cluster_base; member 91 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in read_control_freq() 111 ctrl = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in read_eff_lat_ctrl() 228 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in write_eff_lat_ctrl() 259 writeq(control, cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in write_eff_lat_ctrl() 270 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in write_control_freq() 280 writeq(control, (cluster_info->cluster_base + UNCORE_CONTROL_INDEX)); in write_control_freq() 344 status = readq((u8 __iomem *)cluster_info->cluster_base + UNCORE_STATUS_INDEX); in uncore_read_freq() 553 cluster_info->cluster_base = pd_info->uncore_base + mask; in uncore_probe() 568 cluster_info->cluster_base = NULL; in uncore_probe()
|
/linux/drivers/soc/fsl/dpio/ |
H A D | dpio-driver.c | 57 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()
|