Lines Matching refs:tmp

322 	struct perf_domain *tmp;  in free_pd()  local
325 tmp = pd->next; in free_pd()
327 pd = tmp; in free_pd()
412 struct perf_domain *pd = NULL, *tmp; in build_perf_domains() local
428 tmp = pd_init(i); in build_perf_domains()
429 if (!tmp) in build_perf_domains()
431 tmp->next = pd; in build_perf_domains()
432 pd = tmp; in build_perf_domains()
438 tmp = rd->pd; in build_perf_domains()
440 if (tmp) in build_perf_domains()
441 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
447 tmp = rd->pd; in build_perf_domains()
449 if (tmp) in build_perf_domains()
450 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
601 struct sched_group *tmp, *first; in free_sched_groups() local
608 tmp = sg->next; in free_sched_groups()
615 sg = tmp; in free_sched_groups()
719 struct sched_domain *tmp; in cpu_attach_domain() local
722 for (tmp = sd; tmp; ) { in cpu_attach_domain()
723 struct sched_domain *parent = tmp->parent; in cpu_attach_domain()
727 if (sd_parent_degenerate(tmp, parent)) { in cpu_attach_domain()
728 tmp->parent = parent->parent; in cpu_attach_domain()
731 parent->parent->child = tmp; in cpu_attach_domain()
732 parent->parent->groups->flags = tmp->flags; in cpu_attach_domain()
741 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()
744 tmp = tmp->parent; in cpu_attach_domain()
748 tmp = sd; in cpu_attach_domain()
750 destroy_sched_domain(tmp); in cpu_attach_domain()
770 tmp = rq->sd; in cpu_attach_domain()
773 destroy_sched_domains(tmp); in cpu_attach_domain()
2692 struct sched_domain_attr tmp; in dattrs_equal() local
2698 tmp = SD_ATTR_INIT; in dattrs_equal()
2700 return !memcmp(cur ? (cur + idx_cur) : &tmp, in dattrs_equal()
2701 new ? (new + idx_new) : &tmp, in dattrs_equal()