Home
last modified time | relevance | path

Searched defs:src2p (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dcpumask.h251 const struct cpumask *src2p) in cpumask_any_and_distribute()
278 const struct cpumask *src2p) in cpumask_next_and()
299 const struct cpumask *src2p) in cpumask_next_and_wrap()
652 const struct cpumask *src2p) in cpumask_and()
666 const struct cpumask *src2p) in cpumask_or()
680 const struct cpumask *src2p) in cpumask_xor()
696 const struct cpumask *src2p) in cpumask_andnot()
710 bool cpumask_equal(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_equal()
726 bool cpumask_or_equal(const struct cpumask *src1p, const struct cpumask *src2p, in cpumask_or_equal()
742 bool cpumask_intersects(const struct cpumask *src1p, const struct cpumask *src2p) in cpumask_intersects()
[all …]
H A Dnodemask.h164 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()
211 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal()
219 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects()
227 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
H A Dnetdevice.h4041 const unsigned long *src2p, in netif_attrmask_next_and()
/linux-6.15/lib/
H A Dcpumask.c135 const struct cpumask *src2p) in cpumask_any_and_distribute()