Home
last modified time | relevance | path

Searched defs:src2p (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dcpumask.h169 const struct cpumask *src2p) { in cpumask_any_and_distribute()
403 const struct cpumask *src2p) in cpumask_and()
416 const struct cpumask *src2p) in cpumask_or()
430 const struct cpumask *src2p) in cpumask_xor()
446 const struct cpumask *src2p) in cpumask_andnot()
470 const struct cpumask *src2p) in cpumask_equal()
483 const struct cpumask *src2p, in cpumask_or_equal()
496 const struct cpumask *src2p) in cpumask_intersects()
510 const struct cpumask *src2p) in cpumask_subset()
595 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
Dnodemask.h164 const nodemask_t *src2p, unsigned int nbits) in __nodes_and()
172 const nodemask_t *src2p, unsigned int nbits) in __nodes_or()
180 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor()
188 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot()
204 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal()
212 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects()
220 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
Dnetdevice.h3945 const unsigned long *src2p, in netif_attrmask_next_and()