Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dsmp.h21 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/Linux-v5.4/arch/riscv/kernel/
Dsmpboot.c99 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/include/linux/
Dsmp.h94 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/Linux-v5.4/arch/x86/include/asm/
Dsmp.h95 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/arch/hexagon/kernel/
Dsmp.c181 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.4/arch/openrisc/kernel/
Dsmp.c86 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.4/arch/csky/kernel/
Dsmp.c159 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/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-v5.4/arch/arc/kernel/
Dsmp.c206 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.4/arch/parisc/kernel/
Dsmp.c416 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/arch/sh/kernel/
Dsmp.c214 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
/Linux-v5.4/arch/xtensa/kernel/
Dsmp.c237 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.4/arch/arm/kernel/
Dsmp.c125 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.4/arch/mips/kernel/
Dsmp.c441 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/arch/alpha/kernel/
Dsmp.c479 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/arch/ia64/kernel/
Dsmpboot.c727 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/arch/arm64/kernel/
Dsmp.c102 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
/Linux-v5.4/Documentation/core-api/
Dcpu_hotplug.rst77 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
333 ``__cpu_up()``
/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c989 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/arch/s390/kernel/
Dsmp.c850 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
/Linux-v5.4/Documentation/scheduler/
Dcompletion.rst191 arch/arm/kernel/smp.c:__cpu_up()).
/Linux-v5.4/kernel/
Dcpu.c561 ret = __cpu_up(cpu, idle); in bringup_cpu()