Lines Matching defs:lpl
1922 lpl_t *lpl, *lpl_leaf;
1952 lpl = lpl_leaf = cp->cpu_lpl;
1957 * This loop traverses the lpl hierarchy. Higher level lpls represent
1961 /* This loop iterates over the lpl's leaves */
1976 * End our stroll around this lpl if:
1984 * of the lpl's list (assuming it's not
2039 * Iterate to the next leaf lpl in the resource set
2046 if ((lpl_leaf = lpl->lpl_rset[++leafidx]) == NULL) {
2048 lpl_leaf = lpl->lpl_rset[leafidx];
2060 * Begin at this level with the CPUs local leaf lpl.
2062 if ((lpl = lpl->lpl_parent) != NULL) {
2063 leafidx = startidx = lpl->lpl_id2rset[local_id];
2064 lpl_leaf = lpl->lpl_rset[leafidx];
2066 } while (!tcp && lpl);
2586 * The lpl specified also identifies the cpu partition from which
2601 disp_lowpri_cpu(cpu_t *hint, lpl_t *lpl, pri_t tpri, cpu_t *curcpu)
2622 ASSERT(lpl != NULL);
2623 ASSERT(lpl->lpl_ncpu > 0);
2636 /* start with lpl we were passed */
2638 lpl_iter = lpl;