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

  /src/sys/kern/
sys_sched.c 370 struct schedstate_percpu *ispc; local in function:sys__sched_setaffinity
376 ispc = &ici->ci_schedstate;
378 if (ispc->spc_psid != PS_NONE) {
383 if (ispc->spc_flags & SPCF_OFFLINE) {
sys_pset.c 321 struct schedstate_percpu *ispc; local in function:sys_pset_assign
322 ispc = &ici->ci_schedstate;
325 spc = ispc;
327 nnone += (ispc->spc_psid == PS_NONE);

Completed in 12 milliseconds