Searched refs:tspc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/kern/
H A Dkern_runq.c571 struct schedstate_percpu *spc, *tspc; local
614 tspc = &tci->ci_schedstate;
615 if ((tspc->spc_flags & flags) == flags &&
638 tspc = &tci->ci_schedstate;
639 if ((tspc->spc_flags & flags) == flags &&
724 struct schedstate_percpu *spc, *tspc; local
756 tspc = &tci->ci_schedstate;
766 } else if (!mutex_tryenter(tspc->spc_mutex)) {
781 lwp_setlock(l, tspc->spc_mutex);
802 struct schedstate_percpu *spc, *tspc; local
826 struct schedstate_percpu *spc, *tspc; local
917 struct schedstate_percpu *tspc; local
[all...]
H A Dkern_lwp.c1375 struct schedstate_percpu *tspc; local
1403 tspc = &tci->ci_schedstate;
1416 lwp_unlock_to(l, tspc->spc_lwplock);

Completed in 180 milliseconds