Searched refs:nclusters (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 254 nclusters = 1; in ap_cpu_clock_probe() 266 nclusters = 2; in ap_cpu_clock_probe() 275 ap_cpu_clk = devm_kcalloc(dev, nclusters, sizeof(*ap_cpu_clk), in ap_cpu_clock_probe() 281 nclusters), in ap_cpu_clock_probe()
|
/linux-6.1.9/sound/soc/apple/ |
D | mca.c | 164 int nclusters; member 187 int cluster_no = dai->id % mca->nclusters; in mca_dai_to_cluster() 303 for (i = 0; i < mca->nclusters; i++) { in mca_fe_clocks_in_use() 975 for (i = 0; i < mca->nclusters; i++) { in apple_mca_release() 1001 int nclusters; in apple_mca_probe() local 1010 nclusters = (resource_size(res) - CLUSTER_STRIDE) / CLUSTER_STRIDE + 1; in apple_mca_probe() 1012 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters), in apple_mca_probe() 1017 mca->nclusters = nclusters; in apple_mca_probe() 1032 &pdev->dev, sizeof(*dai_drivers) * 2 * nclusters, GFP_KERNEL); in apple_mca_probe() 1052 for (i = 0; i < nclusters; i++) { in apple_mca_probe() [all …]
|
/linux-6.1.9/fs/ext4/ |
D | balloc.c | 571 s64 nclusters, unsigned int flags) in ext4_has_free_clusters() argument 588 if (free_clusters - (nclusters + rsv + dirty_clusters) < in ext4_has_free_clusters() 596 if (free_clusters >= (rsv + nclusters + dirty_clusters)) in ext4_has_free_clusters() 605 if (free_clusters >= (nclusters + dirty_clusters + in ext4_has_free_clusters() 611 if (free_clusters >= (nclusters + dirty_clusters)) in ext4_has_free_clusters() 619 s64 nclusters, unsigned int flags) in ext4_claim_free_clusters() argument 621 if (ext4_has_free_clusters(sbi, nclusters, flags)) { in ext4_claim_free_clusters() 622 percpu_counter_add(&sbi->s_dirtyclusters_counter, nclusters); in ext4_claim_free_clusters()
|
D | ext4.h | 2712 s64 nclusters, unsigned int flags);
|
/linux-6.1.9/arch/mips/kernel/ |
D | smp-cps.c | 49 unsigned int nclusters, ncores, nvpes, core_vpes; in cps_smp_setup() local 55 nclusters = mips_cps_numclusters(); in cps_smp_setup() 57 for (cl = 0; cl < nclusters; cl++) { in cps_smp_setup()
|