Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c2348 * cpumasks in the array doms_new[] of cpumasks. This compares
2349 * doms_new[] to the current sched domain partitioning, doms_cur[].
2352 * 'doms_new' is an array of cpumask_var_t's of length 'ndoms_new'.
2356 * current 'doms_cur' domains and in the new 'doms_new', we can leave
2359 * The passed in 'doms_new' should be allocated using
2362 * alloc call, then it can pass in doms_new == NULL && ndoms_new == 1,
2366 * If doms_new == NULL it will be replaced with cpu_online_mask.
2372 void partition_sched_domains_locked(int ndoms_new, cpumask_var_t doms_new[], struct sched_domain_attr *dattr_new) in partition_sched_domains_locked() argument
2386 if (!doms_new) { in partition_sched_domains_locked()
2389 doms_new in partition_sched_domains_locked()
2471 partition_sched_domains(int ndoms_new, cpumask_var_t doms_new[], struct sched_domain_attr *dattr_new) partition_sched_domains() argument
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c999 static void partition_and_rebuild_sched_domains(int ndoms_new, cpumask_var_t doms_new[], in partition_and_rebuild_sched_domains() argument
1003 partition_sched_domains_locked(ndoms_new, doms_new, dattr_new); in partition_and_rebuild_sched_domains()

Completed in 9 milliseconds