Lines Matching refs:ncluster
296 unsigned int ncluster = 0; in alloc_cluster_groups() local
315 ncluster++; in alloc_cluster_groups()
319 if (ncluster == 0 || ncluster > ngroups) in alloc_cluster_groups()
323 clusters = kzalloc_objs(*clusters, ncluster); in alloc_cluster_groups()
326 cluster_groups = kzalloc_objs(struct node_groups, ncluster); in alloc_cluster_groups()
332 for (n = 0; n < ncluster; n++) { in alloc_cluster_groups()
342 alloc_groups_to_nodes(ngroups, ncpus, cluster_groups, ncluster); in alloc_cluster_groups()
346 return ncluster; in alloc_cluster_groups()
368 unsigned int ncluster; in __try_group_cluster_cpus() local
376 ncluster = alloc_cluster_groups(ncpus, ngroups, node_cpumask, nmsk, in __try_group_cluster_cpus()
379 if (ncluster == 0) in __try_group_cluster_cpus()
382 for (i = 0; i < ncluster; i++) { in __try_group_cluster_cpus()