Searched defs:src1p (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dcpumask.c169 unsigned int cpumask_any_and_distribute(const struct cpumask *src1p, argument
/linux-master/include/linux/
H A Dnodemask.h164 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, argument
172 static inline void __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, argument
180 static inline void __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, argument
188 static inline void __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, argument
204 static inline bool __nodes_equal(const nodemask_t *src1p, argument
212 __nodes_intersects(const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
220 __nodes_subset(const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
[all...]
H A Dcpumask.h239 static inline unsigned int cpumask_any_and_distribute(const struct cpumask *src1p, argument
265 unsigned int cpumask_next_and(int n, const struct cpumask *src1p, argument
566 cpumask_and(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
580 cpumask_or(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
593 cpumask_xor(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
609 cpumask_andnot(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
624 cpumask_equal(const struct cpumask *src1p, const struct cpumask *src2p) argument
640 cpumask_or_equal(const struct cpumask *src1p, const struct cpumask *src2p, const struct cpumask *src3p) argument
656 cpumask_intersects(const struct cpumask *src1p, const struct cpumask *src2p) argument
670 cpumask_subset(const struct cpumask *src1p, const struct cpumask *src2p) argument
[all...]
H A Dnetdevice.h3785 static inline int netif_attrmask_next_and(int n, const unsigned long *src1p, argument

Completed in 145 milliseconds