Lines Matching refs:src
210 #define cpus_complement(dst, src) __cpus_complement(&(dst), &(src), NR_CPUS) argument
238 #define cpus_empty(src) __cpus_empty(&(src), NR_CPUS) argument
256 #define cpus_shift_right(dst, src, n) \ argument
257 __cpus_shift_right(&(dst), &(src), (n), NR_CPUS)
264 #define cpus_shift_left(dst, src, n) \ argument
265 __cpus_shift_left(&(dst), &(src), (n), NR_CPUS)
353 #define cpus_addr(src) ((src).bits) argument
372 #define cpus_remap(dst, src, old, new) \ argument
373 __cpus_remap(&(dst), &(src), &(old), &(new), NR_CPUS)
401 #define first_cpu(src) ({ (void)(src); 0; }) argument
402 #define next_cpu(n, src) ({ (void)(src); 1; }) argument
415 #define first_cpu(src) __first_cpu(&(src)) argument
416 #define next_cpu(n, src) __next_cpu((n), &(src)) argument
428 #define next_cpu_nr(n, src) next_cpu(n, src) argument
435 #define next_cpu_nr(n, src) __next_cpu_nr((n), &(src)) argument
1073 void init_cpu_present(const struct cpumask *src);
1074 void init_cpu_possible(const struct cpumask *src);
1075 void init_cpu_online(const struct cpumask *src);