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()
95 unsigned int cpu = sysctl->u.cpu_hotplug.cpu; in arch_do_sysctl()97 switch ( sysctl->u.cpu_hotplug.op ) in arch_do_sysctl()
1092 struct xen_sysctl_cpu_hotplug cpu_hotplug; member
Completed in 7 milliseconds