Searched refs:nclusters (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/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() 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 nclusters), in ap_cpu_clock_probe()
|
| /Linux-v5.10/fs/ext4/ |
| D | balloc.c | 570 s64 nclusters, unsigned int flags) in ext4_has_free_clusters() argument 587 if (free_clusters - (nclusters + rsv + dirty_clusters) < in ext4_has_free_clusters() 595 if (free_clusters >= (rsv + nclusters + dirty_clusters)) in ext4_has_free_clusters() 604 if (free_clusters >= (nclusters + dirty_clusters + in ext4_has_free_clusters() 610 if (free_clusters >= (nclusters + dirty_clusters)) in ext4_has_free_clusters() 618 s64 nclusters, unsigned int flags) in ext4_claim_free_clusters() argument 620 if (ext4_has_free_clusters(sbi, nclusters, flags)) { in ext4_claim_free_clusters() 621 percpu_counter_add(&sbi->s_dirtyclusters_counter, nclusters); in ext4_claim_free_clusters()
|
| D | ext4.h | 2545 s64 nclusters, unsigned int flags);
|
| /Linux-v5.10/arch/mips/kernel/ |
| D | smp-cps.c | 48 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()
|