Searched refs:ncluster (Results 1 – 1 of 1) sorted by relevance
296 unsigned int ncluster = 0; in alloc_cluster_groups() local315 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() local376 ncluster = alloc_cluster_groups(ncpus, ngroups, node_cpumask, nmsk, in __try_group_cluster_cpus()[all …]