Loading kernel/sched/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -6489,6 +6489,8 @@ static int __sdt_alloc(const struct cpumask *cpu_map) if (!sg) return -ENOMEM; sg->next = sg; *per_cpu_ptr(sdd->sg, j) = sg; sgp = kzalloc_node(sizeof(struct sched_group_power), Loading Loading
kernel/sched/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -6489,6 +6489,8 @@ static int __sdt_alloc(const struct cpumask *cpu_map) if (!sg) return -ENOMEM; sg->next = sg; *per_cpu_ptr(sdd->sg, j) = sg; sgp = kzalloc_node(sizeof(struct sched_group_power), Loading