Home
last modified time | relevance | path

Searched refs:trialcs (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dcpuset.c864 static int update_cpumask(struct cpuset *cs, struct cpuset *trialcs, in update_cpumask() argument
882 cpumask_clear(trialcs->cpus_allowed); in update_cpumask()
884 retval = cpulist_parse(buf, trialcs->cpus_allowed); in update_cpumask()
888 if (!cpumask_subset(trialcs->cpus_allowed, cpu_active_mask)) in update_cpumask()
891 retval = validate_change(cs, trialcs); in update_cpumask()
896 if (cpumask_equal(cs->cpus_allowed, trialcs->cpus_allowed)) in update_cpumask()
903 is_load_balanced = is_sched_load_balance(trialcs); in update_cpumask()
906 cpumask_copy(cs->cpus_allowed, trialcs->cpus_allowed); in update_cpumask()
1087 static int update_nodemask(struct cpuset *cs, struct cpuset *trialcs, in update_nodemask() argument
1113 nodes_clear(trialcs->mems_allowed); in update_nodemask()
[all …]