Lines Matching defs:srcp
172 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
177 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
183 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
188 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
194 const struct cpumask *srcp, in cpumask_next_and()
239 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
250 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
264 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
503 const struct cpumask *srcp) in cpumask_complement()
565 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
574 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
583 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
595 const struct cpumask *srcp, int n) in cpumask_shift_right()
608 const struct cpumask *srcp, int n) in cpumask_shift_left()
620 const struct cpumask *srcp) in cpumask_copy()
631 #define cpumask_any(srcp) cpumask_first(srcp) argument