Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/mvebu/
Dap-cpu-clk.c232 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local
254 nclusters = 1; in ap_cpu_clock_probe()
264 nclusters = 2; in ap_cpu_clock_probe()
272 ap_cpu_clk = devm_kcalloc(dev, nclusters, sizeof(*ap_cpu_clk), in ap_cpu_clock_probe()
278 sizeof(struct clk_hw *) * nclusters, in ap_cpu_clock_probe()
/Linux-v5.4/fs/ext4/
Dballoc.c548 s64 nclusters, unsigned int flags) in ext4_has_free_clusters() argument
565 if (free_clusters - (nclusters + rsv + dirty_clusters) < in ext4_has_free_clusters()
573 if (free_clusters >= (rsv + nclusters + dirty_clusters)) in ext4_has_free_clusters()
582 if (free_clusters >= (nclusters + dirty_clusters + in ext4_has_free_clusters()
588 if (free_clusters >= (nclusters + dirty_clusters)) in ext4_has_free_clusters()
596 s64 nclusters, unsigned int flags) in ext4_claim_free_clusters() argument
598 if (ext4_has_free_clusters(sbi, nclusters, flags)) { in ext4_claim_free_clusters()
599 percpu_counter_add(&sbi->s_dirtyclusters_counter, nclusters); in ext4_claim_free_clusters()
Dext4.h2327 s64 nclusters, unsigned int flags);
/Linux-v5.4/arch/mips/kernel/
Dsmp-cps.c48 unsigned int nclusters, ncores, nvpes, core_vpes; in cps_smp_setup() local
54 nclusters = mips_cps_numclusters(); in cps_smp_setup()
56 for (cl = 0; cl < nclusters; cl++) { in cps_smp_setup()