Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcpumask.h403 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()
482 const struct cpumask *src2p) in cpumask_intersects()
496 const struct cpumask *src2p) in cpumask_subset()
581 #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.h3402 const unsigned long *src2p, in netif_attrmask_next_and()
/Linux-v4.19/lib/
Dcpumask.c34 const struct cpumask *src2p) in cpumask_next_and()