Searched refs:tidle (Results 1 – 12 of 12) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | smpboot.c | 174 static int start_secondary_cpu(int cpu, struct task_struct *tidle) in start_secondary_cpu() argument 177 return cpu_ops->cpu_start(cpu, tidle); in start_secondary_cpu() 182 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 185 tidle->thread_info.cpu = cpu; in __cpu_up() 187 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()
|
/linux/arch/x86/include/asm/ |
H A D | smp.h | 34 int (*kick_ap_alive)(unsigned cpu, struct task_struct *tidle); 107 int common_cpu_up(unsigned int cpunum, struct task_struct *tidle); 108 int native_kick_ap(unsigned int cpu, struct task_struct *tidle);
|
/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/riscv/include/asm/ |
H A D | cpu_ops.h | 24 struct task_struct *tidle);
|
/linux/arch/parisc/kernel/ |
H A D | smp.c | 432 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 439 smp_boot_one_cpu(cpu, tidle)) in __cpu_up()
|
/linux/arch/s390/include/asm/ |
H A D | smp.h | 23 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
|
/linux/arch/mips/kernel/ |
H A D | smp.c | 450 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 454 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
/linux/include/linux/ |
H A D | smp.h | 152 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
|
/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 | 582 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 584 loongson_boot_secondary(cpu, tidle); in __cpu_up()
|
/linux/arch/powerpc/kernel/ |
H A D | smp.c | 1271 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() argument 1291 cpu_idle_thread_init(cpu, tidle); in __cpu_up()
|