Lines Matching defs:spc
312 struct schedstate_percpu *spc, *mspc = NULL;
322 spc = &ci->ci_schedstate;
324 spc->spc_flags |= SPCF_OFFLINE;
382 spc->spc_flags &= ~SPCF_OFFLINE;
389 struct schedstate_percpu *spc;
394 spc = &ci->ci_schedstate;
396 spc->spc_flags &= ~SPCF_OFFLINE;
403 struct schedstate_percpu *spc;
410 spc = &ci->ci_schedstate;
415 if ((spc->spc_flags & SPCF_OFFLINE) == 0)
419 if ((spc->spc_flags & SPCF_OFFLINE) != 0)
429 if (ci2->ci_schedstate.spc_psid != spc->spc_psid)
441 KASSERT((spc->spc_flags & SPCF_OFFLINE) == 0);
444 if ((spc->spc_flags & SPCF_OFFLINE) == 0) {
451 spc->spc_lastmod = time_second;
495 struct schedstate_percpu *spc;
498 spc = &ci->ci_schedstate;
500 spc->spc_flags &= ~SPCF_NOINTR;
507 struct schedstate_percpu *spc;
510 spc = &ci->ci_schedstate;
512 spc->spc_flags |= SPCF_NOINTR;
519 struct schedstate_percpu *spc;
526 spc = &ci->ci_schedstate;
531 if ((spc->spc_flags & SPCF_NOINTR) == 0)
537 if ((spc->spc_flags & SPCF_NOINTR) != 0)
559 KASSERT((spc->spc_flags & SPCF_NOINTR) == 0);
560 } else if ((spc->spc_flags & SPCF_NOINTR) == 0) {
567 spc->spc_lastmod = time_second;