Lines Matching refs:tmp
246 struct perf_domain *tmp; in free_pd() local
249 tmp = pd->next; in free_pd()
251 pd = tmp; in free_pd()
353 struct perf_domain *pd = NULL, *tmp; in build_perf_domains() local
387 tmp = pd_init(i); in build_perf_domains()
388 if (!tmp) in build_perf_domains()
390 tmp->next = pd; in build_perf_domains()
391 pd = tmp; in build_perf_domains()
411 tmp = rd->pd; in build_perf_domains()
413 if (tmp) in build_perf_domains()
414 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
420 tmp = rd->pd; in build_perf_domains()
422 if (tmp) in build_perf_domains()
423 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
565 struct sched_group *tmp, *first; in free_sched_groups() local
572 tmp = sg->next; in free_sched_groups()
579 sg = tmp; in free_sched_groups()
669 struct sched_domain *tmp; in cpu_attach_domain() local
672 for (tmp = sd; tmp; ) { in cpu_attach_domain()
673 struct sched_domain *parent = tmp->parent; in cpu_attach_domain()
677 if (sd_parent_degenerate(tmp, parent)) { in cpu_attach_domain()
678 tmp->parent = parent->parent; in cpu_attach_domain()
680 parent->parent->child = tmp; in cpu_attach_domain()
687 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()
690 tmp = tmp->parent; in cpu_attach_domain()
694 tmp = sd; in cpu_attach_domain()
696 destroy_sched_domain(tmp); in cpu_attach_domain()
704 tmp = rq->sd; in cpu_attach_domain()
707 destroy_sched_domains(tmp); in cpu_attach_domain()
2169 struct sched_domain_attr tmp; in dattrs_equal() local
2175 tmp = SD_ATTR_INIT; in dattrs_equal()
2177 return !memcmp(cur ? (cur + idx_cur) : &tmp, in dattrs_equal()
2178 new ? (new + idx_new) : &tmp, in dattrs_equal()