Lines Matching refs:lgrp_load_t
1819 lgrp_query_load(processorid_t id, lgrp_load_t *lp) in lgrp_query_load()
2785 } while (atomic_cas_32((lgrp_load_t *)&lpl->lpl_loadavg, in lgrp_loadavg()
2804 } while (atomic_cas_32((lgrp_load_t *)&lpl->lpl_loadavg, in lgrp_loadavg()
2949 lgrp_load_t lgrp_expand_proc_thresh = LGRP_EXPAND_PROC_THRESH_DEFAULT;
2961 lgrp_load_t lgrp_expand_proc_diff = LGRP_EXPAND_PROC_DIFF_DEFAULT;
3023 lgrp_load_t bestload, bestrload; in lgrp_choose()
3194 lgrp_load_t l1, l2; in lpl_pick()
3195 lgrp_load_t tolerance = LGRP_LOADAVG_TOLERANCE(lpl1->lpl_ncpu); in lpl_pick()
3274 lgrp_load_t old, new; in lgrp_move_thread()
3367 (lgrp_load_t *)&lpl->lpl_loadavg, old, in lgrp_move_thread()
3435 } while (atomic_cas_32((lgrp_load_t *)&lpl->lpl_loadavg, in lgrp_move_thread()