Searched defs:src2p (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | cpumask.h | 198 const struct cpumask *src2p) { in cpumask_any_and_distribute() 426 const struct cpumask *src2p) in cpumask_and() 439 const struct cpumask *src2p) in cpumask_or() 453 const struct cpumask *src2p) in cpumask_xor() 469 const struct cpumask *src2p) in cpumask_andnot() 493 const struct cpumask *src2p) in cpumask_equal() 506 const struct cpumask *src2p, in cpumask_or_equal() 519 const struct cpumask *src2p) in cpumask_intersects() 533 const struct cpumask *src2p) in cpumask_subset() 618 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
|
D | nodemask.h | 164 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()
|
D | netdevice.h | 3703 const unsigned long *src2p, in netif_attrmask_next_and()
|
/Linux-v5.10/lib/ |
D | cpumask.c | 36 const struct cpumask *src2p) in cpumask_next_and() 253 const struct cpumask *src2p) in cpumask_any_and_distribute()
|