HomeSort by: relevance | last modified time | path
    Searched defs:cpu_starting (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
cpu.c 207 struct cpu_info *cpu_starting; variable in typeref:struct:cpu_info *
839 * Wait for it to become ready. Setting cpu_starting opens the
842 KASSERT(cpu_starting == NULL);
843 cpu_starting = ci;
868 cpu_starting = NULL;

Completed in 103 milliseconds