Home
last modified time | relevance | path

Searched full:smpboot (Results 1 – 21 of 21) sorted by relevance

/linux/Documentation/devicetree/bindings/arm/bcm/
H A Dbrcm,brcmstb.txt70 smpboot
75 The string "brcm,brcmstb-smpboot".
92 smpboot {
93 compatible = "brcm,brcmstb-smpboot";
/linux/kernel/
H A Dsmpboot.c17 #include <linux/smpboot.h>
19 #include "smpboot.h"
H A Dirq_work.c21 #include <linux/smpboot.h>
H A Dstop_machine.c21 #include <linux/smpboot.h>
/linux/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c320 name = "brcm,brcmstb-smpboot"; in brcmstb_cpu_ctrl_setup()
341 /* Missing the brcm,brcmstb-smpboot DT node? */ in brcmstb_boot_secondary()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm7445.dtsi308 smpboot {
309 compatible = "brcm,brcmstb-smpboot";
/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst88 - arch/x86/kernel/smpboot.c:"APERF/MPERF frequency ratio computation."
/linux/arch/riscv/kernel/
H A DMakefile87 obj-$(CONFIG_SMP) += smpboot.o
/linux/arch/s390/kernel/
H A Dwti.c11 #include <linux/smpboot.h>
/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst115 smpboot: CPU 4 is now offline
121 smpboot: Booting Node 0 Processor 4 APIC 0x1
/linux/Documentation/scheduler/
H A Dschedutil.rst89 - arch/x86/kernel/smpboot.c:"APERF/MPERF frequency ratio computation."
/linux/arch/x86/kernel/
H A DMakefile110 obj-$(CONFIG_SMP) += smpboot.o
/linux/arch/x86/hyperv/
H A Dhv_vtl.c21 #include <../kernel/smpboot.h>
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst115 smpboot: CPU 4 is now offline
122 smpboot: Booting Node 0 Processor 4 APIC 0x1
/linux/arch/sparc/kernel/
H A Dsmp_64.c153 * the ia64 port, see arch/ia64/kernel/smpboot.c for details and credit.
/linux/arch/x86/kernel/apic/
H A Dapic.c1667 * APIC setup function for application processors. Called from smpboot.c
/linux/drivers/hv/
H A Dvmbus_drv.c28 #include <linux/smpboot.h>
/linux/tools/power/pm-graph/
H A Dsleepgraph.py4179 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)
/linux/kernel/sched/
H A Dcore.c100 #include "../smpboot.h"
8693 * Do sync before park smpboot threads to take care the RCU boost case. in sched_cpu_deactivate()
/linux/net/core/
H A Ddev.c82 #include <linux/smpboot.h>
/linux/
H A DMAINTAINERS6679 F: include/linux/smpboot.h
6681 F: kernel/smpboot.*