Lines Matching refs:cpumask
279 const struct cpumask *(*target_cpus)(void);
286 void (*vector_allocation_domain)(int cpu, struct cpumask *retmask,
287 const struct cpumask *mask);
302 int (*cpu_mask_to_apicid)(const struct cpumask *cpumask,
308 void (*send_IPI_mask)(const struct cpumask *mask, int vector);
309 void (*send_IPI_mask_allbutself)(const struct cpumask *mask,
481 static inline const struct cpumask *default_target_cpus(void) in default_target_cpus()
490 static inline const struct cpumask *online_target_cpus(void) in online_target_cpus()
546 extern int flat_cpu_mask_to_apicid(const struct cpumask *cpumask,
549 extern int default_cpu_mask_to_apicid(const struct cpumask *cpumask,
554 flat_vector_allocation_domain(int cpu, struct cpumask *retmask, in flat_vector_allocation_domain()
555 const struct cpumask *mask) in flat_vector_allocation_domain()
570 default_vector_allocation_domain(int cpu, struct cpumask *retmask, in default_vector_allocation_domain()
571 const struct cpumask *mask) in default_vector_allocation_domain()