Home
last modified time | relevance | path

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

/include/linux/
Dcpumask.h176 unsigned int cpumask_first_and(const struct cpumask *srcp1, const struct cpumask *srcp2) in cpumask_first_and() argument
178 return find_first_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_first_and()
190 unsigned int cpumask_first_and_and(const struct cpumask *srcp1, in cpumask_first_and_and() argument
194 return find_first_and_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_first_and_and()
458 unsigned int cpumask_nth_and(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and() argument
461 return find_nth_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_and()
474 unsigned int cpumask_nth_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_andnot() argument
477 return find_nth_andnot_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_andnot()
491 unsigned int cpumask_nth_and_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and_andnot() argument
495 return find_nth_and_andnot_bit(cpumask_bits(srcp1), in cpumask_nth_and_andnot()
[all …]