Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/kernel/
Dsmpboot.c70 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/arch/s390/include/asm/
Dsmp.h24 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/Linux-v4.19/include/linux/
Dsmp.h90 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/Linux-v4.19/arch/x86/include/asm/
Dsmp.h94 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/arch/hexagon/kernel/
Dsmp.c194 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v4.19/arch/openrisc/kernel/
Dsmp.c86 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v4.19/arch/sparc/kernel/
Dsmp_32.c260 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
Dsmp_64.c1317 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/arch/parisc/kernel/
Dsmp.c417 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/arch/arc/kernel/
Dsmp.c209 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v4.19/arch/sh/kernel/
Dsmp.c217 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
/Linux-v4.19/arch/arm/kernel/
Dsmp.c105 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v4.19/arch/xtensa/kernel/
Dsmp.c227 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v4.19/arch/mips/kernel/
Dsmp.c450 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/arch/arm64/kernel/
Dsmp.c112 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v4.19/arch/alpha/kernel/
Dsmp.c479 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/arch/ia64/kernel/
Dsmpboot.c733 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/Documentation/core-api/
Dcpu_hotplug.rst77 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
333 ``__cpu_up()``
/Linux-v4.19/arch/powerpc/kernel/
Dsmp.c821 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/Documentation/scheduler/
Dcompletion.txt148 arch/arm/kernel/smp.c:__cpu_up()).
/Linux-v4.19/arch/s390/kernel/
Dsmp.c826 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v4.19/kernel/
Dcpu.c537 ret = __cpu_up(cpu, idle); in bringup_cpu()