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

  /src/sys/kern/
kern_runq.c 495 struct schedstate_percpu *bestspc, *curspc; local in function:sched_bestcpu
503 bestspc = &bestci->ci_schedstate;
505 bestpri = MAX(bestspc->spc_curpriority,
506 bestspc->spc_maxpriority);
545 if (bestspc->spc_count < curspc->spc_count) {
552 bestspc = curspc;

Completed in 12 milliseconds