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()
397 static inline unsigned int cpumask_nth(unsigned int cpu, const struct cpumask *srcp) in cpumask_nth()
682 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
693 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
704 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
729 const struct cpumask *srcp, int n) in cpumask_shift_right()
742 const struct cpumask *srcp, int n) in cpumask_shift_left()
754 const struct cpumask *srcp) in cpumask_copy()
765 #define cpumask_any(srcp) cpumask_first(srcp) argument