Home
last modified time | relevance | path

Searched defs:src1p (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcpumask.h266 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 Dnodemask.h160 static __always_inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_and()
168 static __always_inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_or()
176 static __always_inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_xor()
184 static __always_inline void __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, in __nodes_andnot()
207 static __always_inline bool __nodes_equal(const nodemask_t *src1p, in __nodes_equal()
215 static __always_inline bool __nodes_intersects(const nodemask_t *src1p, in __nodes_intersects()
223 static __always_inline bool __nodes_subset(const nodemask_t *src1p, in __nodes_subset()