Lines Matching defs:new
407 /* Create the new pd and add it to the local list. */
431 /* Attach the new list of performance domains to the root domain. */
2332 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, struct sched_domain_attr *new, int idx_new)
2337 if (!new && !cur) {
2343 return !memcmp(cur ? (cur + idx_cur) : &tmp, new ? (new + idx_new) : &tmp, sizeof(struct sched_domain_attr));
2350 * It destroys each deleted domain and builds each new domain.
2356 * current 'doms_cur' domains and in the new 'doms_new', we can leave
2415 /* No match - a current sched domain not in new doms_new[] */
2427 /* Build new domains: */
2434 /* No match - add a new doms_new */
2448 /* No match - add perf. domains for a new rd */
2455 /* Remember the new sched domains: */