Lines Matching refs:spc
104 struct schedstate_percpu *spc = &ci->ci_schedstate;
108 spc->spc_ticks = sched_rrticks;
113 /* spc now unlocked */
124 KASSERT(l->l_mutex != spc->spc_mutex);
134 if (spc->spc_flags & SPCF_SHOULDYIELD) {
141 } else if (spc->spc_flags & SPCF_SEENRR) {
148 spc->spc_flags |= SPCF_SHOULDYIELD;
156 spc->spc_flags |= SPCF_SHOULDYIELD;
158 spc->spc_flags |= SPCF_SEENRR;
166 /* spc now unlocked */