Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_runq.c144 spc->spc_nextpkg = ci; in sched_cpuattach()
478 spc->spc_nextpkg = in sched_nextpkg()
479 spc->spc_nextpkg->ci_sibling[CPUREL_PACKAGE1ST]; in sched_nextpkg()
481 return spc->spc_nextpkg; in sched_nextpkg()
/netbsd-src/sys/sys/
H A Dsched.h162 struct cpu_info *spc_nextpkg; /* (: next package 1st for RR */ member