Searched defs:src1p (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | cpumask.h | 267 unsigned int cpumask_any_and_distribute(const struct cpumask *src1p, in cpumask_any_and_distribute() 294 unsigned int cpumask_next_and(int n, const struct cpumask *src1p, in cpumask_next_and() 313 unsigned int cpumask_next_andnot(int n, const struct cpumask *src1p, in cpumask_next_andnot() 334 unsigned int cpumask_next_and_wrap(int n, const struct cpumask *src1p, in cpumask_next_and_wrap() 714 bool cpumask_and(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_and() 728 void cpumask_or(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_or() 744 unsigned int cpumask_weighted_or(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_weighted_or() 758 void cpumask_xor(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_xor() 774 bool cpumask_andnot(struct cpumask *dstp, const struct cpumask *src1p, in cpumask_andnot() 789 bool cpumask_equal(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_equal() [all …]
|
| H A D | nodemask.h | 168 static __always_inline bool __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and() 176 static __always_inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or() 184 static __always_inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_xor() 192 static __always_inline bool __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_andnot() 215 static __always_inline bool __nodes_equal(const nodemask_t *src1p, in __nodes_equal() 223 static __always_inline bool __nodes_intersects(const nodemask_t *src1p, in __nodes_intersects() 231 static __always_inline bool __nodes_subset(const nodemask_t *src1p, in __nodes_subset()
|
| H A D | netdevice.h | 4237 static inline int netif_attrmask_next_and(int n, const unsigned long *src1p, in netif_attrmask_next_and()
|