cpumask_any_distribute
unsigned int cpumask_any_distribute(const struct cpumask *srcp);
return cpumask_any_distribute(cpumask);
cpu = cpumask_any_distribute(later_mask);
cpu = cpumask_any_distribute(cpus_allowed);
cpu = cpumask_any_distribute(cpus_allowed);
cpu = cpumask_any_distribute(lowest_mask);
EXPORT_SYMBOL(cpumask_any_distribute);