Lines Matching refs:tmp
250 struct perf_domain *tmp; in free_pd() local
253 tmp = pd->next; in free_pd()
255 pd = tmp; in free_pd()
358 struct perf_domain *pd = NULL, *tmp; in build_perf_domains() local
400 tmp = pd_init(i); in build_perf_domains()
401 if (!tmp) in build_perf_domains()
403 tmp->next = pd; in build_perf_domains()
404 pd = tmp; in build_perf_domains()
424 tmp = rd->pd; in build_perf_domains()
426 if (tmp) in build_perf_domains()
427 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
433 tmp = rd->pd; in build_perf_domains()
435 if (tmp) in build_perf_domains()
436 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
579 struct sched_group *tmp, *first; in free_sched_groups() local
586 tmp = sg->next; in free_sched_groups()
593 sg = tmp; in free_sched_groups()
683 struct sched_domain *tmp; in cpu_attach_domain() local
687 for (tmp = sd; tmp; ) { in cpu_attach_domain()
688 struct sched_domain *parent = tmp->parent; in cpu_attach_domain()
692 if (sd_parent_degenerate(tmp, parent)) { in cpu_attach_domain()
693 tmp->parent = parent->parent; in cpu_attach_domain()
695 parent->parent->child = tmp; in cpu_attach_domain()
702 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()
705 tmp = tmp->parent; in cpu_attach_domain()
709 tmp = sd; in cpu_attach_domain()
711 destroy_sched_domain(tmp); in cpu_attach_domain()
716 for (tmp = sd; tmp; tmp = tmp->parent) in cpu_attach_domain()
717 numa_distance += !!(tmp->flags & SD_NUMA); in cpu_attach_domain()
722 tmp = rq->sd; in cpu_attach_domain()
725 destroy_sched_domains(tmp); in cpu_attach_domain()
2361 struct sched_domain_attr tmp; in dattrs_equal() local
2367 tmp = SD_ATTR_INIT; in dattrs_equal()
2369 return !memcmp(cur ? (cur + idx_cur) : &tmp, in dattrs_equal()
2370 new ? (new + idx_new) : &tmp, in dattrs_equal()