Home
last modified time | relevance | path

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

/include/linux/
Dcpumask.h184 unsigned int cpumask_first_and(const struct cpumask *srcp1, const struct cpumask *srcp2) in cpumask_first_and() argument
186 return find_first_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_first_and()
412 const struct cpumask *srcp2) in cpumask_nth_and() argument
414 return find_nth_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_and()
428 const struct cpumask *srcp2) in cpumask_nth_andnot() argument
430 return find_nth_andnot_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_andnot()
445 const struct cpumask *srcp2, in cpumask_nth_and_andnot() argument
449 cpumask_bits(srcp2), in cpumask_nth_and_andnot()
701 const struct cpumask *srcp2) in cpumask_weight_and() argument
703 return bitmap_weight_and(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_and()