Lines Matching refs:srcp2
176 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()
191 const struct cpumask *srcp2, in cpumask_first_and_and() argument
194 return find_first_and_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_first_and_and()
476 const struct cpumask *srcp2) in cpumask_nth_and() argument
478 return find_nth_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_and()
492 const struct cpumask *srcp2) in cpumask_nth_andnot() argument
494 return find_nth_andnot_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_andnot()
509 const struct cpumask *srcp2, in cpumask_nth_and_andnot() argument
513 cpumask_bits(srcp2), in cpumask_nth_and_andnot()
803 unsigned int cpumask_weight_and(const struct cpumask *srcp1, const struct cpumask *srcp2) in cpumask_weight_and() argument
805 return bitmap_weight_and(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_and()
817 const struct cpumask *srcp2) in cpumask_weight_andnot() argument
819 return bitmap_weight_andnot(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_andnot()