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

/linux-master/lib/
H A Dcpumask.c169 cpumask_any_and_distribute(const struct cpumask *src1p, const struct cpumask *src2p) argument
/linux-master/include/linux/
H A Dnodemask.h164 __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
172 __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
180 __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
188 __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
204 __nodes_equal(const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) 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 cpumask_any_and_distribute(const struct cpumask *src1p, const struct cpumask *src2p) argument
265 cpumask_next_and(int n, const struct cpumask *src1p, const struct cpumask *src2p) 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 netif_attrmask_next_and(int n, const unsigned long *src1p, const unsigned long *src2p, unsigned int nr_bits) argument

Completed in 254 milliseconds