Lines Matching defs:srcp
134 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
139 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
145 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
150 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
156 const struct cpumask *srcp, in cpumask_next_and()
196 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
207 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last()
221 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
458 const struct cpumask *srcp) in cpumask_complement()
506 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
515 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
524 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
536 const struct cpumask *srcp, int n) in cpumask_shift_right()
549 const struct cpumask *srcp, int n) in cpumask_shift_left()
561 const struct cpumask *srcp) in cpumask_copy()
572 #define cpumask_any(srcp) cpumask_first(srcp) argument