Lines Matching defs:outer
494 struct cpu_info *bestci, *curci, *outer;
512 /* In the outer loop scroll through all CPU packages. */
514 outer = pivot;
517 curci = outer;
555 curci != outer);
556 } while (outer = outer->ci_sibling[CPUREL_PACKAGE1ST],
557 outer != pivot);
818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci;
874 /* In the outer loop scroll through all CPU packages, starting here. */
876 outer = first;
879 inner = outer;
896 inner != outer);
897 } while (outer = outer->ci_sibling[CPUREL_PACKAGE1ST],
898 outer != first);