Home
last modified time | relevance | path

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

/include/linux/
A 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()
189 unsigned int cpumask_first_andnot(const struct cpumask *srcp1, const struct cpumask *srcp2) in cpumask_first_andnot() argument
203 unsigned int cpumask_first_and_and(const struct cpumask *srcp1, in cpumask_first_and_and() argument
207 return find_first_and_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_first_and_and()
554 unsigned int cpumask_nth_and(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and() argument
557 return find_nth_and_bit(cpumask_bits(srcp1), cpumask_bits(srcp2), in cpumask_nth_and()
571 unsigned int cpumask_nth_and_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and_andnot() argument
575 return find_nth_and_andnot_bit(cpumask_bits(srcp1), in cpumask_nth_and_andnot()
864 return bitmap_weight_and(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_and()
[all …]

Completed in 17 milliseconds