Lines Matching defs:lpl
60 * (lpl) list is allocated dynamically after kmem subsystem is initialized. This
63 * space to hold lpl information during system bootstrap.
227 * The last entry of the lpl's resource set is always NULL
247 lpl_t *lpl;
250 lpl = &cp->cp_lgrploads[i];
252 sz = lpl->lpl_rset_sz;
253 kmem_free(lpl->lpl_rset, sizeof (struct lgrp_ld *) * sz);
254 kmem_free(lpl->lpl_id2rset, sizeof (int) * sz);
255 lpl->lpl_rset = NULL;
256 lpl->lpl_id2rset = NULL;
296 * The initial lpl topology is created in a special lpl list
299 * to the correct lpl in the cp_default.cp_lgrploads list.
542 * in this CPU's lgroup but have a different lpl
561 * make sure lpl points to our own partition
580 * CPU with a different lpl, so remove the lgroup from
615 /* make sure lpl points to our own partition */
753 * make sure lpl points to our own partition