Searched defs:doms_new (Results 1 - 1 of 1) sorted by relevance

/kernel/sched/
H A Dcore.c6781 * cpumasks in the array doms_new[] of cpumasks. This compares
6782 * doms_new[] to the current sched domain partitioning, doms_cur[].
6785 * 'doms_new' is an array of cpumask_var_t's of length 'ndoms_new'.
6789 * current 'doms_cur' domains and in the new 'doms_new', we can leave
6792 * The passed in 'doms_new' should be allocated using
6795 * alloc call, then it can pass in doms_new == NULL && ndoms_new == 1,
6799 * If doms_new == NULL it will be replaced with cpu_online_mask.
6805 void partition_sched_domains(int ndoms_new, cpumask_var_t doms_new[], argument
6819 n = doms_new ? ndoms_new : 0;
6824 if (cpumask_equal(doms_cur[i], doms_new[
[all...]

Completed in 18 milliseconds