Home
last modified time | relevance | path

Searched refs:nclusters (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/block/
H A Dqed-check.c23 uint64_t nclusters; member
193 for (i = s->header.header_size; i < check->nclusters; i++) { in qed_check_for_leaks()
229 .nclusters = qed_bytes_to_clusters(s, s->file_size), in qed_check()
235 check.used_clusters = g_try_new0(uint32_t, (check.nclusters + 31) / 32); in qed_check()
236 if (check.nclusters && check.used_clusters == NULL) { in qed_check()
/openbmc/linux/drivers/clk/mvebu/
H A Dap-cpu-clk.c231 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local
253 nclusters = 1; in ap_cpu_clock_probe()
265 nclusters = 2; in ap_cpu_clock_probe()
274 ap_cpu_clk = devm_kcalloc(dev, nclusters, sizeof(*ap_cpu_clk), in ap_cpu_clock_probe()
280 nclusters), in ap_cpu_clock_probe()
/openbmc/linux/sound/soc/apple/
H A Dmca.c163 int nclusters; member
186 int cluster_no = dai->id % mca->nclusters; in mca_dai_to_cluster()
311 for (i = 0; i < mca->nclusters; i++) { in mca_fe_clocks_in_use()
990 for (i = 0; i < mca->nclusters; i++) { in apple_mca_release()
1016 int nclusters; in apple_mca_probe() local
1032 mca->nclusters = nclusters; in apple_mca_probe()
1047 &pdev->dev, sizeof(*dai_drivers) * 2 * nclusters, GFP_KERNEL); in apple_mca_probe()
1067 for (i = 0; i < nclusters; i++) { in apple_mca_probe()
1070 &dai_drivers[mca->nclusters + i]; in apple_mca_probe()
1121 be->id = i + nclusters; in apple_mca_probe()
[all …]
/openbmc/linux/fs/ext4/
H A Dballoc.c613 s64 nclusters, unsigned int flags) in ext4_has_free_clusters() argument
630 if (free_clusters - (nclusters + rsv + dirty_clusters) < in ext4_has_free_clusters()
638 if (free_clusters >= (rsv + nclusters + dirty_clusters)) in ext4_has_free_clusters()
647 if (free_clusters >= (nclusters + dirty_clusters + in ext4_has_free_clusters()
653 if (free_clusters >= (nclusters + dirty_clusters)) in ext4_has_free_clusters()
661 s64 nclusters, unsigned int flags) in ext4_claim_free_clusters() argument
663 if (ext4_has_free_clusters(sbi, nclusters, flags)) { in ext4_claim_free_clusters()
664 percpu_counter_add(&sbi->s_dirtyclusters_counter, nclusters); in ext4_claim_free_clusters()
H A Dext4.h2708 s64 nclusters, unsigned int flags);
/openbmc/linux/arch/mips/kernel/
H A Dsmp-cps.c39 unsigned int nclusters, ncores, nvpes, core_vpes; in cps_smp_setup() local
45 nclusters = mips_cps_numclusters(); in cps_smp_setup()
47 for (cl = 0; cl < nclusters; cl++) { in cps_smp_setup()