Lines Matching defs:srcp
160 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
171 static inline unsigned int cpumask_first_zero(const struct cpumask *srcp) in cpumask_first_zero()
195 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
208 unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
223 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
244 static inline unsigned int cpumask_any_distribute(const struct cpumask *srcp) in cpumask_any_distribute()
380 static inline unsigned int cpumask_nth(unsigned int cpu, const struct cpumask *srcp) in cpumask_nth()
655 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
664 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
673 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
696 const struct cpumask *srcp, int n) in cpumask_shift_right()
709 const struct cpumask *srcp, int n) in cpumask_shift_left()
721 const struct cpumask *srcp) in cpumask_copy()
732 #define cpumask_any(srcp) cpumask_first(srcp) argument