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()
672 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
681 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
690 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
713 const struct cpumask *srcp, int n) in cpumask_shift_right()
726 const struct cpumask *srcp, int n) in cpumask_shift_left()
738 const struct cpumask *srcp) in cpumask_copy()
749 #define cpumask_any(srcp) cpumask_first(srcp) argument