Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dcpumask.h329 const struct cpumask *src2p) in cpumask_and()
342 const struct cpumask *src2p) in cpumask_or()
356 const struct cpumask *src2p) in cpumask_xor()
370 const struct cpumask *src2p) in cpumask_andnot()
394 const struct cpumask *src2p) in cpumask_equal()
406 const struct cpumask *src2p) in cpumask_intersects()
418 const struct cpumask *src2p) in cpumask_subset()
503 #define cpumask_first_and(src1p, src2p) cpumask_next_and(-1, (src1p), (src2p)) argument
874 const cpumask_t *src2p, int nbits) in __cpus_and()
881 const cpumask_t *src2p, int nbits) in __cpus_or()
[all …]
Dnodemask.h138 const nodemask_t *src2p, int nbits) in __nodes_and()
146 const nodemask_t *src2p, int nbits) in __nodes_or()
154 const nodemask_t *src2p, int nbits) in __nodes_xor()
162 const nodemask_t *src2p, int nbits) in __nodes_andnot()
178 const nodemask_t *src2p, int nbits) in __nodes_equal()
186 const nodemask_t *src2p, int nbits) in __nodes_intersects()
194 const nodemask_t *src2p, int nbits) in __nodes_subset()
/linux-3.3/lib/
Dcpumask.c50 const struct cpumask *src2p) in cpumask_next_and()