Home
last modified time | relevance | path

Searched refs:__cpu_up (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dsmp.h22 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/openbmc/linux/arch/hexagon/kernel/
H A Dsmp.c178 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/openbmc/linux/arch/riscv/kernel/
H A Dsmpboot.c205 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/include/linux/
H A Dsmp.h146 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst170 况下,你可能要做一个说明(例如,见arch/arm/kernel/smp.c:__cpu_up())。
/openbmc/linux/arch/csky/kernel/
H A Dsmp.c207 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/arc/kernel/
H A Dsmp.c204 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/openbmc/linux/arch/openrisc/kernel/
H A Dsmp.c96 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/openbmc/linux/arch/sparc/kernel/
H A Dsmp_32.c253 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
H A Dsmp_64.c1273 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c438 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst79 设置在 ``__cpu_up()`` 中。当使用 ``__cpu_disable()`` 关闭一个CPU时,它被清
628 ``__cpu_up()``
/openbmc/linux/arch/sh/kernel/
H A Dsmp.c212 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
/openbmc/linux/arch/xtensa/kernel/
H A Dsmp.c234 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/openbmc/linux/arch/arm/kernel/
H A Dsmp.c131 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/openbmc/linux/arch/mips/kernel/
H A Dsmp.c449 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/alpha/kernel/
H A Dsmp.c476 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/loongarch/kernel/
H A Dsmp.c500 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/ia64/kernel/
H A Dsmpboot.c713 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c112 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/openbmc/linux/Documentation/scheduler/
H A Dcompletion.rst191 arch/arm/kernel/smp.c:__cpu_up()).
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c1267 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c920 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/openbmc/linux/Documentation/core-api/
H A Dcpu_hotplug.rst71 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
707 ``__cpu_up()``
/openbmc/linux/kernel/
H A Dcpu.c868 ret = __cpu_up(cpu, idle); in bringup_cpu()