Searched full:smpboot (Results 1 – 21 of 21) sorted by relevance
70 smpboot75 The string "brcm,brcmstb-smpboot".92 smpboot {93 compatible = "brcm,brcmstb-smpboot";
17 #include <linux/smpboot.h>19 #include "smpboot.h"
21 #include <linux/smpboot.h>
320 name = "brcm,brcmstb-smpboot"; in brcmstb_cpu_ctrl_setup()341 /* Missing the brcm,brcmstb-smpboot DT node? */ in brcmstb_boot_secondary()
308 smpboot {309 compatible = "brcm,brcmstb-smpboot";
88 - arch/x86/kernel/smpboot.c:"APERF/MPERF frequency ratio computation."
87 obj-$(CONFIG_SMP) += smpboot.o
11 #include <linux/smpboot.h>
115 smpboot: CPU 4 is now offline121 smpboot: Booting Node 0 Processor 4 APIC 0x1
89 - arch/x86/kernel/smpboot.c:"APERF/MPERF frequency ratio computation."
110 obj-$(CONFIG_SMP) += smpboot.o
21 #include <../kernel/smpboot.h>
115 smpboot: CPU 4 is now offline122 smpboot: Booting Node 0 Processor 4 APIC 0x1
153 * the ia64 port, see arch/ia64/kernel/smpboot.c for details and credit.
1667 * APIC setup function for application processors. Called from smpboot.c
28 #include <linux/smpboot.h>
4179 elif(re.match(r'smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg) \4182 m = re.match(r'smpboot: CPU (?P<cpu>[0-9]*) is now offline', msg)
100 #include "../smpboot.h"8693 * Do sync before park smpboot threads to take care the RCU boost case. in sched_cpu_deactivate()
82 #include <linux/smpboot.h>
6679 F: include/linux/smpboot.h6681 F: kernel/smpboot.*