Lines Matching defs:tspc
717 struct schedstate_percpu *spc, *tspc;
749 tspc = &tci->ci_schedstate;
759 } else if (!mutex_tryenter(tspc->spc_mutex)) {
774 lwp_setlock(l, tspc->spc_mutex);
795 struct schedstate_percpu *spc, *tspc;
799 tspc = &tci->ci_schedstate;
800 if (atomic_load_relaxed(&tspc->spc_mcount) != 0 &&
801 spc->spc_psid == tspc->spc_psid) {
819 struct schedstate_percpu *spc, *tspc;
882 tspc = &inner->ci_schedstate;
884 spc->spc_psid != tspc->spc_psid ||
885 atomic_load_relaxed(&tspc->spc_mcount) < min_catch) {
909 struct schedstate_percpu *tspc;
913 tspc = &ci->ci_schedstate;
915 KASSERT(tspc->spc_count >= 1);
938 tspc = &tci->ci_schedstate;