Searched defs:src2p (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | cpumask.h | 374 const struct cpumask *src2p) in cpumask_and() 387 const struct cpumask *src2p) in cpumask_or() 401 const struct cpumask *src2p) in cpumask_xor() 417 const struct cpumask *src2p) in cpumask_andnot() 441 const struct cpumask *src2p) in cpumask_equal() 453 const struct cpumask *src2p) in cpumask_intersects() 467 const struct cpumask *src2p) in cpumask_subset() 552 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
|
| D | nodemask.h | 154 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() 162 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() 170 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() 178 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot() 194 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal() 202 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects() 210 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
|