nclusters 48 arch/mips/kernel/smp-cps.c unsigned int nclusters, ncores, nvpes, core_vpes; nclusters 54 arch/mips/kernel/smp-cps.c nclusters = mips_cps_numclusters(); nclusters 56 arch/mips/kernel/smp-cps.c for (cl = 0; cl < nclusters; cl++) { nclusters 232 drivers/clk/mvebu/ap-cpu-clk.c int ret, nclusters = 0, cluster_index = 0; nclusters 254 drivers/clk/mvebu/ap-cpu-clk.c nclusters = 1; nclusters 264 drivers/clk/mvebu/ap-cpu-clk.c nclusters = 2; nclusters 272 drivers/clk/mvebu/ap-cpu-clk.c ap_cpu_clk = devm_kcalloc(dev, nclusters, sizeof(*ap_cpu_clk), nclusters 278 drivers/clk/mvebu/ap-cpu-clk.c sizeof(struct clk_hw *) * nclusters, nclusters 556 fs/ext4/balloc.c s64 nclusters, unsigned int flags) nclusters 573 fs/ext4/balloc.c if (free_clusters - (nclusters + rsv + dirty_clusters) < nclusters 581 fs/ext4/balloc.c if (free_clusters >= (rsv + nclusters + dirty_clusters)) nclusters 590 fs/ext4/balloc.c if (free_clusters >= (nclusters + dirty_clusters + nclusters 596 fs/ext4/balloc.c if (free_clusters >= (nclusters + dirty_clusters)) nclusters 604 fs/ext4/balloc.c s64 nclusters, unsigned int flags) nclusters 606 fs/ext4/balloc.c if (ext4_has_free_clusters(sbi, nclusters, flags)) { nclusters 607 fs/ext4/balloc.c percpu_counter_add(&sbi->s_dirtyclusters_counter, nclusters); nclusters 2347 fs/ext4/ext4.h s64 nclusters, unsigned int flags);