/Linux-v5.4/arch/s390/include/asm/ |
D | smp.h | 21 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
|
/Linux-v5.4/arch/riscv/kernel/ |
D | smpboot.c | 99 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/include/linux/ |
D | smp.h | 94 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
|
/Linux-v5.4/arch/x86/include/asm/ |
D | smp.h | 95 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/hexagon/kernel/ |
D | smp.c | 181 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/Linux-v5.4/arch/openrisc/kernel/ |
D | smp.c | 86 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/Linux-v5.4/arch/csky/kernel/ |
D | smp.c | 159 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/sparc/kernel/ |
D | smp_32.c | 260 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
D | smp_64.c | 1317 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/arc/kernel/ |
D | smp.c | 206 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/Linux-v5.4/arch/parisc/kernel/ |
D | smp.c | 416 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/sh/kernel/ |
D | smp.c | 214 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | smp.c | 237 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/Linux-v5.4/arch/arm/kernel/ |
D | smp.c | 125 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/Linux-v5.4/arch/mips/kernel/ |
D | smp.c | 441 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/alpha/kernel/ |
D | smp.c | 479 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/ia64/kernel/ |
D | smpboot.c | 727 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/arm64/kernel/ |
D | smp.c | 102 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/Linux-v5.4/Documentation/core-api/ |
D | cpu_hotplug.rst | 77 Bitmap of all CPUs currently online. Its set in ``__cpu_up()`` 333 ``__cpu_up()``
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | smp.c | 989 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/arch/s390/kernel/ |
D | smp.c | 850 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/Linux-v5.4/Documentation/scheduler/ |
D | completion.rst | 191 arch/arm/kernel/smp.c:__cpu_up()).
|
/Linux-v5.4/kernel/ |
D | cpu.c | 561 ret = __cpu_up(cpu, idle); in bringup_cpu()
|