Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_runq.c717 struct schedstate_percpu *spc, *tspc;
749 tspc = &tci->ci_schedstate; in sched_idle_migrate()
759 } else if (!mutex_tryenter(tspc->spc_mutex)) { in sched_idle_migrate()
774 lwp_setlock(l, tspc->spc_mutex); in sched_idle_migrate()
795 struct schedstate_percpu *spc, *tspc;
799 tspc = &tci->ci_schedstate;
800 if (atomic_load_relaxed(&tspc->spc_mcount) != 0 && in sched_steal()
801 spc->spc_psid == tspc->spc_psid) { in sched_steal()
819 struct schedstate_percpu *spc, *tspc;
882 tspc in sched_idle()
571 struct schedstate_percpu *spc, *tspc; sched_takecpu() local
724 struct schedstate_percpu *spc, *tspc; sched_idle_migrate() local
802 struct schedstate_percpu *spc, *tspc; sched_steal() local
826 struct schedstate_percpu *spc, *tspc; sched_idle() local
917 struct schedstate_percpu *tspc; sched_preempted() local
[all...]
H A Dkern_lwp.c1375 struct schedstate_percpu *tspc; in lwp_migrate() local
1403 tspc = &tci->ci_schedstate; in lwp_migrate()
1416 lwp_unlock_to(l, tspc->spc_lwplock); in lwp_migrate()