Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/include/asm/
Dsmp.h23 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/Linux-v5.15/arch/riscv/kernel/
Dsmpboot.c129 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/x86/include/asm/
Dsmp.h85 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/hexagon/kernel/
Dsmp.c178 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.15/include/linux/
Dsmp.h140 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dcpu_hotplug.rst77 设置在 ``__cpu_up()`` 中。当使用 ``__cpu_disable()`` 关闭一个CPU时,它被清
309 ``__cpu_up()``
/Linux-v5.15/arch/csky/kernel/
Dsmp.c209 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/openrisc/kernel/
Dsmp.c98 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.15/arch/sparc/kernel/
Dsmp_32.c258 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
Dsmp_64.c1277 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/arc/kernel/
Dsmp.c203 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.15/arch/parisc/kernel/
Dsmp.c416 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/sh/kernel/
Dsmp.c212 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
/Linux-v5.15/arch/xtensa/kernel/
Dsmp.c232 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.15/arch/arm/kernel/
Dsmp.c132 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.15/arch/mips/kernel/
Dsmp.c431 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/alpha/kernel/
Dsmp.c476 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/ia64/kernel/
Dsmpboot.c717 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/arm64/kernel/
Dsmp.c113 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.15/Documentation/scheduler/
Dcompletion.rst191 arch/arm/kernel/smp.c:__cpu_up()).
/Linux-v5.15/arch/powerpc/kernel/
Dsmp.c1230 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/arch/s390/kernel/
Dsmp.c920 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.15/Documentation/core-api/
Dcpu_hotplug.rst71 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
716 ``__cpu_up()``
/Linux-v5.15/kernel/
Dcpu.c598 ret = __cpu_up(cpu, idle); in bringup_cpu()