Searched refs:tidle (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | smpboot.c | 176 static int start_secondary_cpu(int cpu, struct task_struct *tidle) in start_secondary_cpu() argument 179 return cpu_ops->cpu_start(cpu, tidle); in start_secondary_cpu() 185 int arch_cpuhp_kick_ap_alive(unsigned int cpu, struct task_struct *tidle) in arch_cpuhp_kick_ap_alive() argument 187 return start_secondary_cpu(cpu, tidle); in arch_cpuhp_kick_ap_alive() 190 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 193 tidle->thread_info.cpu = cpu; in __cpu_up() 195 ret = start_secondary_cpu(cpu, tidle); in __cpu_up()
|
| /linux/arch/sparc/kernel/ |
| H A D | smp_32.c | 253 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 259 ret = smp4m_boot_one_cpu(cpu, tidle); in __cpu_up() 262 ret = smp4d_boot_one_cpu(cpu, tidle); in __cpu_up() 265 ret = leon_boot_one_cpu(cpu, tidle); in __cpu_up()
|
| H A D | smp_64.c | 1266 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 1268 int ret = smp_boot_one_cpu(cpu, tidle); in __cpu_up()
|
| /linux/arch/um/kernel/ |
| H A D | smp.c | 193 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 195 cpu_tasks[cpu] = tidle; in __cpu_up()
|
| /linux/arch/csky/kernel/ |
| H A D | smp.c | 203 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 208 (unsigned int) task_stack_page(tidle) + THREAD_SIZE - 8; in __cpu_up()
|
| /linux/arch/alpha/kernel/ |
| H A D | smp.c | 472 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 474 smp_boot_one_cpu(cpu, tidle); in __cpu_up()
|
| /linux/arch/loongarch/kernel/ |
| H A D | smp.c | 637 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 639 loongson_boot_secondary(cpu, tidle); in __cpu_up()
|