Lines Matching defs:srcp
124 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
130 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
135 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
141 const struct cpumask *srcp, in cpumask_next_and()
172 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
184 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
199 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
408 const struct cpumask *srcp) in cpumask_complement()
456 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
465 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
474 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
486 const struct cpumask *srcp, int n) in cpumask_shift_right()
499 const struct cpumask *srcp, int n) in cpumask_shift_left()
511 const struct cpumask *srcp) in cpumask_copy()
522 #define cpumask_any(srcp) cpumask_first(srcp) argument