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()
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()
786 unsigned int cpumask_weight_and(const struct cpumask *srcp1, const struct cpumask *srcp2) in cpumask_weight_and() argument
788 return bitmap_weight_and(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_and()
799 unsigned int cpumask_weight_andnot(const struct cpumask *srcp1, in cpumask_weight_andnot() argument
802 return bitmap_weight_andnot(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_andnot()