Lines Matching defs:srcp
150 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
155 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
161 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
166 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
172 const struct cpumask *srcp, in cpumask_next_and()
217 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
228 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
242 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
481 const struct cpumask *srcp) in cpumask_complement()
543 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
552 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
561 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
573 const struct cpumask *srcp, int n) in cpumask_shift_right()
586 const struct cpumask *srcp, int n) in cpumask_shift_left()
598 const struct cpumask *srcp) in cpumask_copy()
609 #define cpumask_any(srcp) cpumask_first(srcp) argument