Searched refs:cluster_groups (Results 1 – 1 of 1) sorted by relevance
300 struct node_groups *cluster_groups; in alloc_cluster_groups() local326 cluster_groups = kzalloc_objs(struct node_groups, ncluster); in alloc_cluster_groups()327 if (!cluster_groups) in alloc_cluster_groups()337 cluster_groups[n].id = n; in alloc_cluster_groups()338 cluster_groups[n].ncpus = nc; in alloc_cluster_groups()342 alloc_groups_to_nodes(ngroups, ncpus, cluster_groups, ncluster); in alloc_cluster_groups()345 *cluster_groups_ptr = cluster_groups; in alloc_cluster_groups()366 struct node_groups *cluster_groups; in __try_group_cluster_cpus() local377 &clusters, &cluster_groups); in __try_group_cluster_cpus()383 struct node_groups *nv = &cluster_groups[i]; in __try_group_cluster_cpus()[all …]