Searched refs:cluster_index (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/clk/mvebu/ |
D | ap-cpu-clk.c | 232 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local 299 cluster_index = cpu & APN806_CLUSTER_NUM_MASK; in ap_cpu_clock_probe() 300 cluster_index >>= APN806_CLUSTER_NUM_OFFSET; in ap_cpu_clock_probe() 303 if (ap_cpu_data->hws[cluster_index]) in ap_cpu_clock_probe() 306 parent = of_clk_get(np, cluster_index); in ap_cpu_clock_probe() 313 clk_name[12] += cluster_index; in ap_cpu_clock_probe() 314 ap_cpu_clk[cluster_index].clk_name = in ap_cpu_clock_probe() 316 ap_cpu_clk[cluster_index].cluster = cluster_index; in ap_cpu_clock_probe() 317 ap_cpu_clk[cluster_index].pll_cr_base = regmap; in ap_cpu_clock_probe() 318 ap_cpu_clk[cluster_index].hw.init = &init; in ap_cpu_clock_probe() [all …]
|
/linux-6.1.9/fs/xfs/scrub/ |
D | ialloc.c | 218 unsigned int cluster_index; in xchk_iallocbt_check_cluster() local 230 for (cluster_index = 0; in xchk_iallocbt_check_cluster() 231 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster() 232 cluster_index += XFS_INODES_PER_HOLEMASK_BIT) in xchk_iallocbt_check_cluster() 233 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster() 284 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xchk_iallocbt_check_cluster() 294 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
|
/linux-6.1.9/drivers/interconnect/ |
D | core.c | 103 int cluster_index = 0; in icc_graph_show() local 110 cluster_index = 0; in icc_graph_show() 112 seq_printf(s, "\tsubgraph cluster_%d {\n", ++cluster_index); in icc_graph_show()
|
/linux-6.1.9/drivers/crypto/hisilicon/hpre/ |
D | hpre_main.c | 838 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_read() local 840 cluster_index * HPRE_CLSTR_ADDR_INTRVL; in hpre_cluster_inqry_read() 848 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_write() local 849 unsigned long offset = HPRE_CLSTR_BASE + cluster_index * in hpre_cluster_inqry_write()
|
/linux-6.1.9/fs/f2fs/ |
D | file.c | 564 int cluster_index = 0, valid_blocks = 0; in f2fs_truncate_data_blocks_range() local 575 for (; count > 0; count--, addr++, dn->ofs_in_node++, cluster_index++) { in f2fs_truncate_data_blocks_range() 579 !(cluster_index & (cluster_size - 1))) { in f2fs_truncate_data_blocks_range()
|