Searched defs:src2p (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | cpumask.h | 375 const struct cpumask *src2p) in cpumask_and() 388 const struct cpumask *src2p) in cpumask_or() 402 const struct cpumask *src2p) in cpumask_xor() 418 const struct cpumask *src2p) in cpumask_andnot() 442 const struct cpumask *src2p) in cpumask_equal() 454 const struct cpumask *src2p) in cpumask_intersects() 468 const struct cpumask *src2p) in cpumask_subset() 553 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
|
| D | nodemask.h | 155 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() 163 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() 171 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() 179 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot() 195 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal() 203 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects() 211 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
|