Searched defs:cpu_map (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | workqueue.c | 413 const struct cpumask *cpu_map = wq_cpu_map(wq); in flush_workqueue() local 535 const struct cpumask *cpu_map; in wait_on_work() local 906 const struct cpumask *cpu_map = wq_cpu_map(wq); in destroy_workqueue() local
|
D | sched.c | 7156 const struct cpumask *cpu_map, in init_sched_build_groups() 7291 cpu_to_cpu_group(int cpu, const struct cpumask *cpu_map, in cpu_to_cpu_group() 7310 cpu_to_core_group(int cpu, const struct cpumask *cpu_map, in cpu_to_core_group() 7323 cpu_to_core_group(int cpu, const struct cpumask *cpu_map, in cpu_to_core_group() 7336 cpu_to_phys_group(int cpu, const struct cpumask *cpu_map, in cpu_to_phys_group() 7366 static int cpu_to_allnodes_group(int cpu, const struct cpumask *cpu_map, in cpu_to_allnodes_group() 7409 static void free_sched_groups(const struct cpumask *cpu_map, in free_sched_groups() 7443 static void free_sched_groups(const struct cpumask *cpu_map, in free_sched_groups() 7574 static int __build_sched_domains(const struct cpumask *cpu_map, in __build_sched_domains() 7891 static int build_sched_domains(const struct cpumask *cpu_map) in build_sched_domains() [all …]
|