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

  /src/sys/kern/
kern_cpu.c 312 struct schedstate_percpu *spc, *mspc = NULL; local in function:cpu_xc_offline
329 mspc = &target_ci->ci_schedstate;
330 if ((mspc->spc_flags & SPCF_OFFLINE) == 0)
355 mspc = &mci->ci_schedstate;
356 if ((mspc->spc_flags & SPCF_OFFLINE) == 0 &&

Completed in 12 milliseconds