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; in lgrp_home_lgrp()
1566 lpl_t *lpl; in lgrp_home_id()
1845 lpl_rset_add(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_add()
1892 lpl_child_update(lpl_t *lpl_parent, struct cpupart *cp) in lpl_child_update()
1920 lpl_rset_del(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_del()
1923 lpl_t *leaf; in lpl_rset_del()
1959 lpl_rset_contains(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_contains()
1981 lpl_t *lpl_leaf; in lpl_cpu_adjcnt()
1982 lpl_t *lpl_cur; in lpl_cpu_adjcnt()
2022 lpl_init(lpl_t *lpl, lpl_t *lpl_leaf, lgrp_t *lgrp) in lpl_init()
2042 lpl_clear(lpl_t *lpl) in lpl_clear()
2077 lpl_t *lpl; in lpl_topo_verify()
2130 lpl_t *i_lpl; /* lpl we're iterating over */ in lpl_topo_verify()
2223 lpl_t *lpl_cand; in lpl_topo_verify()
2327 lpl_t *lpl_cur; in lpl_topo_flatten()
2328 lpl_t *lpl_root; in lpl_topo_flatten()
2408 lpl_leaf_insert(lpl_t *lpl_leaf, cpupart_t *cpupart) in lpl_leaf_insert()
2414 lpl_t *lpl_cur; in lpl_leaf_insert()
2415 lpl_t *lpl_parent; in lpl_leaf_insert()
2472 lpl_t *lpl_cand; /* candidate lpl */ in lpl_leaf_insert()
2500 lpl_leaf_remove(lpl_t *lpl_leaf, cpupart_t *cpupart) in lpl_leaf_remove()
2504 lpl_t *lpl_cur; in lpl_leaf_remove()
2585 lpl_t *lpl_leaf; in lgrp_part_add_cpu()
2658 lpl_t *lpl; in lgrp_part_del_cpu()
2659 lpl_t *leaf_lpl; in lgrp_part_del_cpu()
2717 lgrp_loadavg(lpl_t *lpl, uint_t nrcpus, int ageflag) in lgrp_loadavg()
2837 lpl_topo_bootstrap(lpl_t *target, int size) in lpl_topo_bootstrap()
2839 lpl_t *lpl = lpl_bootstrap; in lpl_topo_bootstrap()
2840 lpl_t *target_lpl = target; in lpl_topo_bootstrap()
2841 lpl_t **rset; in lpl_topo_bootstrap()
2885 target_lpl->lpl_parent = (lpl_t *) in lpl_topo_bootstrap()
2898 target_lpl->lpl_rset[id] = (lpl_t *) in lpl_topo_bootstrap()
3011 lpl_t *
3017 lpl_t *lpl, *bestlpl, *bestrlpl; in lgrp_choose()
3183 lpl_pick(lpl_t *lpl1, lpl_t *lpl2) in lpl_pick()
3258 lgrp_move_thread(kthread_t *t, lpl_t *newlpl, int do_lgrpset_delete) in lgrp_move_thread()
3261 lpl_t *lpl, *oldlpl; in lgrp_move_thread()