Searched defs:src1p (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | cpumask.h | 266 unsigned int cpumask_any_and_distribute(const struct cpumask *src1p, in cpumask_any_and_distribute() 293 unsigned int cpumask_next_and(int n, const struct cpumask *src1p, in cpumask_next_and() 312 unsigned int cpumask_next_andnot(int n, const struct cpumask *src1p, in cpumask_next_andnot() 333 unsigned int cpumask_next_and_wrap(int n, const struct cpumask *src1p, in cpumask_next_and_wrap() 713 bool cpumask_and(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_and() 727 void cpumask_or(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_or() 743 unsigned int cpumask_weighted_or(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_weighted_or() 757 void cpumask_xor(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_xor() 773 bool cpumask_andnot(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_andnot() 788 bool cpumask_equal(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_equal() [all …]
|
| H A D | netdevice.h | 4112 static inline int netif_attrmask_next_and(int n, const unsigned long *src1p, in netif_attrmask_next_and()
|