Searched defs:src2p (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | cpumask.h | 169 const struct cpumask *src2p) { in cpumask_any_and_distribute() 403 const struct cpumask *src2p) in cpumask_and() 416 const struct cpumask *src2p) in cpumask_or() 430 const struct cpumask *src2p) in cpumask_xor() 446 const struct cpumask *src2p) in cpumask_andnot() 470 const struct cpumask *src2p) in cpumask_equal() 483 const struct cpumask *src2p, in cpumask_or_equal() 496 const struct cpumask *src2p) in cpumask_intersects() 510 const struct cpumask *src2p) in cpumask_subset() 595 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
|
A 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()
|
A D | netdevice.h | 3875 const unsigned long *src2p, in netif_attrmask_next_and()
|
/linux/lib/ |
A D | cpumask.c | 35 const struct cpumask *src2p) in cpumask_next_and() 247 const struct cpumask *src2p) in cpumask_any_and_distribute()
|
Completed in 23 milliseconds