• Home
  • Raw
  • Download

Lines Matching defs:srcp

212 					const cpumask_t *srcp, int nbits)  in __cpus_complement()
239 static inline int __cpus_empty(const cpumask_t *srcp, int nbits) in __cpus_empty()
245 static inline int __cpus_full(const cpumask_t *srcp, int nbits) in __cpus_full()
251 static inline int __cpus_weight(const cpumask_t *srcp, int nbits) in __cpus_weight()
259 const cpumask_t *srcp, int n, int nbits) in __cpus_shift_right()
267 const cpumask_t *srcp, int n, int nbits) in __cpus_shift_left()
374 static inline void __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp, in __cpus_remap()
554 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
560 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
565 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
571 const struct cpumask *srcp, in cpumask_next_and()
595 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first()
607 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
622 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero()
796 const struct cpumask *srcp) in cpumask_complement()
842 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty()
851 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full()
860 static inline unsigned int cpumask_weight(const struct cpumask *srcp) in cpumask_weight()
872 const struct cpumask *srcp, int n) in cpumask_shift_right()
885 const struct cpumask *srcp, int n) in cpumask_shift_left()
897 const struct cpumask *srcp) in cpumask_copy()
908 #define cpumask_any(srcp) cpumask_first(srcp) argument
944 const struct cpumask *srcp) in cpumask_scnprintf()
973 const struct cpumask *srcp) in cpulist_scnprintf()