Lines Matching refs:srcp1
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()
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()
475 unsigned int cpumask_nth_and(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and() argument
478 return find_nth_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_and()
491 unsigned int cpumask_nth_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_andnot() argument
494 return find_nth_andnot_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_andnot()
508 unsigned int cpumask_nth_and_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and_andnot() argument
512 return find_nth_and_andnot_bit(cpumask_bits(srcp1), 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()
816 unsigned int cpumask_weight_andnot(const struct cpumask *srcp1, in cpumask_weight_andnot() argument
819 return bitmap_weight_andnot(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_andnot()