Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Dsmp.h22 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/Linux-v5.10/arch/riscv/kernel/
Dsmpboot.c116 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/include/linux/
Dsmp.h111 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/Linux-v5.10/arch/x86/include/asm/
Dsmp.h85 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/hexagon/kernel/
Dsmp.c178 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.10/arch/csky/kernel/
Dsmp.c209 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/sparc/kernel/
Dsmp_32.c258 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
Dsmp_64.c1280 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/openrisc/kernel/
Dsmp.c87 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.10/arch/parisc/kernel/
Dsmp.c417 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/arc/kernel/
Dsmp.c206 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.10/arch/sh/kernel/
Dsmp.c214 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
/Linux-v5.10/arch/xtensa/kernel/
Dsmp.c233 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.10/arch/mips/kernel/
Dsmp.c432 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/arm/kernel/
Dsmp.c132 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.10/arch/alpha/kernel/
Dsmp.c477 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/ia64/kernel/
Dsmpboot.c717 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/arch/arm64/kernel/
Dsmp.c113 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.10/Documentation/core-api/
Dcpu_hotplug.rst70 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
326 ``__cpu_up()``
/Linux-v5.10/arch/powerpc/kernel/
Dsmp.c1104 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/Documentation/scheduler/
Dcompletion.rst191 arch/arm/kernel/smp.c:__cpu_up()).
/Linux-v5.10/arch/s390/kernel/
Dsmp.c897 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.10/kernel/
Dcpu.c561 ret = __cpu_up(cpu, idle); in bringup_cpu()