Lines Matching refs:tmp
237 struct perf_domain *tmp; in free_pd() local
240 tmp = pd->next; in free_pd()
242 pd = tmp; in free_pd()
345 struct perf_domain *pd = NULL, *tmp; in build_perf_domains() local
382 tmp = pd_init(i); in build_perf_domains()
383 if (!tmp) in build_perf_domains()
385 tmp->next = pd; in build_perf_domains()
386 pd = tmp; in build_perf_domains()
406 tmp = rd->pd; in build_perf_domains()
408 if (tmp) in build_perf_domains()
409 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
415 tmp = rd->pd; in build_perf_domains()
417 if (tmp) in build_perf_domains()
418 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
563 struct sched_group *tmp, *first; in free_sched_groups() local
570 tmp = sg->next; in free_sched_groups()
577 sg = tmp; in free_sched_groups()
667 struct sched_domain *tmp; in cpu_attach_domain() local
670 for (tmp = sd; tmp; ) { in cpu_attach_domain()
671 struct sched_domain *parent = tmp->parent; in cpu_attach_domain()
675 if (sd_parent_degenerate(tmp, parent)) { in cpu_attach_domain()
676 tmp->parent = parent->parent; in cpu_attach_domain()
678 parent->parent->child = tmp; in cpu_attach_domain()
685 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()
688 tmp = tmp->parent; in cpu_attach_domain()
692 tmp = sd; in cpu_attach_domain()
694 destroy_sched_domain(tmp); in cpu_attach_domain()
702 tmp = rq->sd; in cpu_attach_domain()
705 destroy_sched_domains(tmp); in cpu_attach_domain()
2134 struct sched_domain_attr tmp; in dattrs_equal() local
2140 tmp = SD_ATTR_INIT; in dattrs_equal()
2142 return !memcmp(cur ? (cur + idx_cur) : &tmp, in dattrs_equal()
2143 new ? (new + idx_new) : &tmp, in dattrs_equal()