Searched refs:dflags (Results 1 – 1 of 1) sorted by relevance
/kernel/sched/ |
D | topology.c | 1320 struct sched_domain *child, int dflags, int cpu) in sd_init() argument 1342 sd_flags |= dflags; in sd_init() 1848 struct sched_domain *child, int dflags, int cpu) in build_sched_domain() argument 1850 struct sched_domain *sd = sd_init(tl, cpu_map, child, dflags, cpu); in build_sched_domain() 2000 int dflags = 0; in build_sched_domains() local 2003 dflags |= SD_ASYM_CPUCAPACITY; in build_sched_domains() 2010 sd = build_sched_domain(tl, cpu_map, attr, sd, dflags, i); in build_sched_domains()
|