Searched refs:cpu_hotplug (Results 1 – 5 of 5) sorted by relevance
29 sysctl.u.cpu_hotplug.cpu = cpu; in xc_cpu_online()30 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_ONLINE; in xc_cpu_online()42 sysctl.u.cpu_hotplug.cpu = cpu; in xc_cpu_offline()43 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_OFFLINE; in xc_cpu_offline()55 sysctl.u.cpu_hotplug.cpu = 0; in xc_smt_enable()56 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_SMT_ENABLE; in xc_smt_enable()68 sysctl.u.cpu_hotplug.cpu = 0; in xc_smt_disable()69 sysctl.u.cpu_hotplug.op = XEN_SYSCTL_CPU_HOTPLUG_SMT_DISABLE; in xc_smt_disable()
118 unsigned int cpu = sysctl->u.cpu_hotplug.cpu; in arch_do_sysctl()119 unsigned int op = sysctl->u.cpu_hotplug.op; in arch_do_sysctl()
1249 struct xen_sysctl_cpu_hotplug cpu_hotplug; member
261 (12, "cpu_hotplug"),
2455 =item B<cpu_hotplug>2464 B<crash_ctl>, B<stimer>, B<no_vp_limit> and B<cpu_hotplug> groups.
Completed in 20 milliseconds