Searched refs:lgrp_load_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h55 typedef uint32_t lgrp_load_t; /* lgrp_loadavg type */ typedef
257 lgrp_load_t lpl_loadavg; /* load average */
577 int lgrp_query_load(processorid_t, lgrp_load_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c1810 lgrp_query_load(processorid_t id, lgrp_load_t *lp)
2776 } while (atomic_cas_32((lgrp_load_t *)&lpl->lpl_loadavg,
2795 } while (atomic_cas_32((lgrp_load_t *)&lpl->lpl_loadavg,
2940 lgrp_load_t lgrp_expand_proc_thresh = LGRP_EXPAND_PROC_THRESH_DEFAULT;
2952 lgrp_load_t lgrp_expand_proc_diff = LGRP_EXPAND_PROC_DIFF_DEFAULT;
3014 lgrp_load_t bestload, bestrload;
3185 lgrp_load_t l1, l2;
3186 lgrp_load_t tolerance = LGRP_LOADAVG_TOLERANCE(lpl1->lpl_ncpu);
3265 lgrp_load_t old, new;
3358 (lgrp_load_t *)
[all...]

Completed in 51 milliseconds