HomeSort by: relevance | last modified time | path
    Searched refs:cpu_offline (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/cpuctl/
cpuctl.c 63 static void cpu_offline(char **);
77 { "offline", true, false, cpu_offline },
162 cpu_offline(char **argv) function
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-mca.h 229 struct cpu_offline_action cpu_offline; member in union:mcinfo_recovery::__anon6561
  /src/external/cddl/osnet/dist/uts/common/sys/
cpuvar.h 313 * CPU_OFFLINE indicates that the dispatcher should not allow any threads
315 * CPU_OFFLINE set if there are any bound threads (besides interrupts).
327 * CPU_OFFLINE, and CPU_POWEROFF. The following flags are cleared:
335 #define CPU_OFFLINE 0x020 /* CPU offline via p_online */
345 #define CPU_ACTIVE(cpu) (((cpu)->cpu_flags & CPU_OFFLINE) == 0)
348 * Flags for cpu_offline(), cpu_faulted(), and cpu_spare().
659 int cpu_offline(cpu_t *cp, int flags); /* take cpu offline */

Completed in 27 milliseconds