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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c816 struct cpuset trialcs; local
823 trialcs = *cs;
831 cpus_clear(trialcs.cpus_allowed);
833 retval = cpulist_parse(buf, trialcs.cpus_allowed);
837 cpus_and(trialcs.cpus_allowed, trialcs.cpus_allowed, cpu_online_map);
839 if (atomic_read(&cs->count) && cpus_empty(trialcs.cpus_allowed))
841 retval = validate_change(cs, &trialcs);
844 cpus_unchanged = cpus_equal(cs->cpus_allowed, trialcs.cpus_allowed);
846 cs->cpus_allowed = trialcs
918 struct cpuset trialcs; local
1069 struct cpuset trialcs; local
[all...]

Completed in 108 milliseconds