Searched defs:src2p (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | cpumask.h | 251 const struct cpumask *src2p) in cpumask_any_and_distribute() 278 const struct cpumask *src2p) in cpumask_next_and() 635 const struct cpumask *src2p) in cpumask_and() 649 const struct cpumask *src2p) in cpumask_or() 663 const struct cpumask *src2p) in cpumask_xor() 679 const struct cpumask *src2p) in cpumask_andnot() 693 bool cpumask_equal(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_equal() 709 bool cpumask_or_equal(const struct cpumask *src1p, const struct cpumask *src2p, in cpumask_or_equal() 725 bool cpumask_intersects(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_intersects() 739 bool cpumask_subset(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_subset()
|
D | nodemask.h | 165 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() 173 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() 181 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() 189 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot() 205 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal() 213 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects() 221 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
|
D | netdevice.h | 3784 const unsigned long *src2p, in netif_attrmask_next_and()
|
/linux-6.12.1/lib/ |
D | cpumask.c | 170 const struct cpumask *src2p) in cpumask_any_and_distribute()
|