Searched refs:cpu_hotplug (Results 1 – 3 of 3) 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()
183 unsigned int cpu = sysctl->u.cpu_hotplug.cpu; in arch_do_sysctl()184 unsigned int op = sysctl->u.cpu_hotplug.op; in arch_do_sysctl()
1110 struct xen_sysctl_cpu_hotplug cpu_hotplug; member
Completed in 8 milliseconds