/openbmc/linux/arch/s390/include/asm/ |
H A D | smp.h | 22 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | smp.c | 178 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | smpboot.c | 205 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/include/linux/ |
H A D | smp.h | 146 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | completion.rst | 170 况下,你可能要做一个说明(例如,见arch/arm/kernel/smp.c:__cpu_up())。
|
/openbmc/linux/arch/csky/kernel/ |
H A D | smp.c | 207 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/arc/kernel/ |
H A D | smp.c | 204 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | smp.c | 96 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/openbmc/linux/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 | 1273 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | smp.c | 438 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cpu_hotplug.rst | 79 设置在 ``__cpu_up()`` 中。当使用 ``__cpu_disable()`` 关闭一个CPU时,它被清 628 ``__cpu_up()``
|
/openbmc/linux/arch/sh/kernel/ |
H A D | smp.c | 212 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | smp.c | 234 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/openbmc/linux/arch/arm/kernel/ |
H A D | smp.c | 131 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/openbmc/linux/arch/mips/kernel/ |
H A D | smp.c | 449 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smp.c | 476 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | smp.c | 500 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | smpboot.c | 713 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | smp.c | 112 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/openbmc/linux/Documentation/scheduler/ |
H A D | completion.rst | 191 arch/arm/kernel/smp.c:__cpu_up()).
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | smp.c | 1267 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | smp.c | 920 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 71 Bitmap of all CPUs currently online. Its set in ``__cpu_up()`` 707 ``__cpu_up()``
|
/openbmc/linux/kernel/ |
H A D | cpu.c | 868 ret = __cpu_up(cpu, idle); in bringup_cpu()
|