| /linux-6.15/arch/s390/include/asm/ |
| H A D | smp.h | 41 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | smpboot.c | 182 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/arch/hexagon/kernel/ |
| H A D | smp.c | 174 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
| /linux-6.15/include/linux/ |
| H A D | smp.h | 152 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
|
| /linux-6.15/arch/csky/kernel/ |
| H A D | smp.c | 203 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | completion.rst | 170 况下,你可能要做一个说明(例如,见arch/arm/kernel/smp.c:__cpu_up())。
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | smp_32.c | 253 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| H A D | smp_64.c | 1267 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/arch/openrisc/kernel/ |
| H A D | smp.c | 92 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | smp.c | 199 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | smp.c | 432 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 73 设置在 ``__cpu_up()`` 中。当使用 ``__cpu_disable()`` 关闭一个CPU时,它被清 622 ``__cpu_up()``
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | smp.c | 214 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
|
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | smp.c | 234 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | smp.c | 131 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | smp.c | 450 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | smp.c | 472 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | smp.c | 582 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | smp.c | 119 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | completion.rst | 191 arch/arm/kernel/smp.c:__cpu_up()).
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | smp.c | 856 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | smp.c | 1271 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
| /linux-6.15/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 65 Bitmap of all CPUs currently online. Its set in ``__cpu_up()`` 701 ``__cpu_up()``
|
| /linux-6.15/kernel/ |
| H A D | cpu.c | 878 ret = __cpu_up(cpu, idle); in bringup_cpu()
|