Lines Matching refs:lpl_t

157 static lpl_t	lpl_bootstrap_list[LPL_BOOTSTRAP_SIZE];
158 lpl_t *lpl_bootstrap;
159 static lpl_t *lpl_bootstrap_rset[LPL_BOOTSTRAP_SIZE];
239 static void lpl_init(lpl_t *, lpl_t *, lgrp_t *);
240 static void lpl_clear(lpl_t *);
241 static void lpl_leaf_insert(lpl_t *, struct cpupart *);
242 static void lpl_leaf_remove(lpl_t *, struct cpupart *);
243 static void lpl_rset_add(lpl_t *, lpl_t *);
244 static void lpl_rset_del(lpl_t *, lpl_t *);
245 static int lpl_rset_contains(lpl_t *, lpl_t *);
247 static void lpl_child_update(lpl_t *, struct cpupart *);
248 static int lpl_pick(lpl_t *, lpl_t *);
1542 lpl_t *lpl;
1566 lpl_t *lpl;
1845 lpl_rset_add(lpl_t *lpl_target, lpl_t *lpl_leaf)
1892 lpl_child_update(lpl_t *lpl_parent, struct cpupart *cp)
1920 lpl_rset_del(lpl_t *lpl_target, lpl_t *lpl_leaf)
1923 lpl_t *leaf;
1959 lpl_rset_contains(lpl_t *lpl_target, lpl_t *lpl_leaf)
1981 lpl_t *lpl_leaf;
1982 lpl_t *lpl_cur;
2022 lpl_init(lpl_t *lpl, lpl_t *lpl_leaf, lgrp_t *lgrp)
2042 lpl_clear(lpl_t *lpl)
2077 lpl_t *lpl;
2130 lpl_t *i_lpl; /* lpl we're iterating over */
2223 lpl_t *lpl_cand;
2327 lpl_t *lpl_cur;
2328 lpl_t *lpl_root;
2408 lpl_leaf_insert(lpl_t *lpl_leaf, cpupart_t *cpupart)
2414 lpl_t *lpl_cur;
2415 lpl_t *lpl_parent;
2472 lpl_t *lpl_cand; /* candidate lpl */
2500 lpl_leaf_remove(lpl_t *lpl_leaf, cpupart_t *cpupart)
2504 lpl_t *lpl_cur;
2585 lpl_t *lpl_leaf;
2658 lpl_t *lpl;
2659 lpl_t *leaf_lpl;
2717 lgrp_loadavg(lpl_t *lpl, uint_t nrcpus, int ageflag)
2837 lpl_topo_bootstrap(lpl_t *target, int size)
2839 lpl_t *lpl = lpl_bootstrap;
2840 lpl_t *target_lpl = target;
2841 lpl_t **rset;
2885 target_lpl->lpl_parent = (lpl_t *)
2898 target_lpl->lpl_rset[id] = (lpl_t *)
3011 lpl_t *
3017 lpl_t *lpl, *bestlpl, *bestrlpl;
3183 lpl_pick(lpl_t *lpl1, lpl_t *lpl2)
3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete)
3261 lpl_t *lpl, *oldlpl;