• Home
  • Raw
  • Download

Lines Matching refs:tmp

270 	struct perf_domain *tmp;  in free_pd()  local
273 tmp = pd->next; in free_pd()
275 pd = tmp; in free_pd()
378 struct perf_domain *pd = NULL, *tmp; in build_perf_domains() local
420 tmp = pd_init(i); in build_perf_domains()
421 if (!tmp) in build_perf_domains()
423 tmp->next = pd; in build_perf_domains()
424 pd = tmp; in build_perf_domains()
444 tmp = rd->pd; in build_perf_domains()
446 if (tmp) in build_perf_domains()
447 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
453 tmp = rd->pd; in build_perf_domains()
455 if (tmp) in build_perf_domains()
456 call_rcu(&tmp->rcu, destroy_perf_domain_rcu); in build_perf_domains()
599 struct sched_group *tmp, *first; in free_sched_groups() local
606 tmp = sg->next; in free_sched_groups()
613 sg = tmp; in free_sched_groups()
703 struct sched_domain *tmp; in cpu_attach_domain() local
706 for (tmp = sd; tmp; ) { in cpu_attach_domain()
707 struct sched_domain *parent = tmp->parent; in cpu_attach_domain()
711 if (sd_parent_degenerate(tmp, parent)) { in cpu_attach_domain()
712 tmp->parent = parent->parent; in cpu_attach_domain()
714 parent->parent->child = tmp; in cpu_attach_domain()
721 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()
724 tmp = tmp->parent; in cpu_attach_domain()
728 tmp = sd; in cpu_attach_domain()
730 destroy_sched_domain(tmp); in cpu_attach_domain()
750 tmp = rq->sd; in cpu_attach_domain()
753 destroy_sched_domains(tmp); in cpu_attach_domain()
2490 struct sched_domain_attr tmp; in dattrs_equal() local
2496 tmp = SD_ATTR_INIT; in dattrs_equal()
2498 return !memcmp(cur ? (cur + idx_cur) : &tmp, in dattrs_equal()
2499 new ? (new + idx_new) : &tmp, in dattrs_equal()