/linux-4.1.27/arch/s390/include/asm/ |
D | smp.h | 22 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
|
/linux-4.1.27/include/linux/ |
D | smp.h | 85 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | smp.c | 193 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/arch/tile/kernel/ |
D | smpboot.c | 214 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | smp.h | 117 static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/arc/kernel/ |
D | smp.c | 152 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/arch/sparc/kernel/ |
D | smp_32.c | 259 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
D | smp_64.c | 1276 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/parisc/kernel/ |
D | smp.c | 413 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | smp.c | 249 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/arch/m32r/kernel/ |
D | smpboot.c | 346 int __cpu_up(unsigned int cpu_id, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/sh/kernel/ |
D | smp.c | 218 int __cpu_up(unsigned int cpu, struct task_struct *tsk) in __cpu_up() function
|
/linux-4.1.27/arch/arm64/kernel/ |
D | smp.c | 87 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/arch/mips/kernel/ |
D | smp.c | 257 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/metag/kernel/ |
D | smp.c | 216 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp.c | 94 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | smp.c | 224 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() function
|
/linux-4.1.27/kernel/ |
D | cpu.c | 521 ret = __cpu_up(cpu, idle); in _cpu_up()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | smp.c | 478 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | smp.c | 480 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/ia64/kernel/ |
D | smpboot.c | 735 __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | smp.c | 933 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|
/linux-4.1.27/Documentation/ |
D | cpu-hotplug.txt | 87 cpu_online_mask: Bitmap of all CPUs currently online. Its set in __cpu_up() 372 - __cpu_up() - Arch interface to bring up a CPU
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 149 arch/arm/kernel/smp.c:__cpu_up()).
|
/linux-4.1.27/arch/s390/kernel/ |
D | smp.c | 792 int __cpu_up(unsigned int cpu, struct task_struct *tidle) in __cpu_up() function
|