Lines Matching defs:inner
516 /* In the inner loop scroll through all CPUs in package. */
818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci;
878 /* In the inner loop scroll through all CPUs in package. */
879 inner = outer;
882 tspc = &inner->ci_schedstate;
883 if (ci == inner || ci == mci ||
888 spc_dlock(ci, inner);
889 l = sched_catchlwp(inner);
895 } while (inner = inner->ci_sibling[CPUREL_PACKAGE],
896 inner != outer);