Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsmp.h22 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsmpboot.c118 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmp.h111 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsmp.h85 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dsmp.c178 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsmp.c209 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsmp_32.c258 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
H A Dsmp_64.c1277 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsmp.c87 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsmp.c205 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsmp.c431 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsmp.c212 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsmp.c232 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp.c136 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp.c431 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsmp.c476 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsmpboot.c716 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst70 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
326 ``__cpu_up()``
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsmp.c122 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c1150 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsmp.c897 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dcompletion.rst191 arch/arm/kernel/smp.c:__cpu_up()).
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c577 ret = __cpu_up(cpu, idle); in bringup_cpu()