Lines Matching defs:srcp
127 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
138 static inline unsigned int cpumask_first_zero(const struct cpumask *srcp) in cpumask_first_zero()
162 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
175 unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
190 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
211 static inline unsigned int cpumask_any_distribute(const struct cpumask *srcp) in cpumask_any_distribute()
357 static inline unsigned int cpumask_nth(unsigned int cpu, const struct cpumask *srcp) in cpumask_nth()
558 const struct cpumask *srcp) in cpumask_complement()
620 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
629 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
638 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
661 const struct cpumask *srcp, int n) in cpumask_shift_right()
674 const struct cpumask *srcp, int n) in cpumask_shift_left()
686 const struct cpumask *srcp) in cpumask_copy()
697 #define cpumask_any(srcp) cpumask_first(srcp) argument