Searched defs:src2p (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | cpumask.h | 353 const struct cpumask *src2p) in cpumask_and() 366 const struct cpumask *src2p) in cpumask_or() 380 const struct cpumask *src2p) in cpumask_xor() 396 const struct cpumask *src2p) in cpumask_andnot() 420 const struct cpumask *src2p) in cpumask_equal() 432 const struct cpumask *src2p) in cpumask_intersects() 446 const struct cpumask *src2p) in cpumask_subset() 531 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
|
D | nodemask.h | 152 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() 160 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() 168 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() 176 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot() 192 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal() 200 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects() 208 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
|
/linux-4.4.14/lib/ |
D | cpumask.c | 17 const struct cpumask *src2p) in cpumask_next_and()
|