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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3179 * Decide if lpl1 is a better candidate than lpl2 for lgrp homing.
3180 * Returns non-zero if lpl1 is a better candidate, and 0 otherwise.
3183 lpl_pick(lpl_t *lpl1, lpl_t *lpl2) argument
3186 lgrp_load_t tolerance = LGRP_LOADAVG_TOLERANCE(lpl1->lpl_ncpu);
3188 l1 = lpl1->lpl_loadavg;
3192 /* lpl1 is significantly less loaded than lpl2 */
3198 lpl1->lpl_homed_time < lpl2->lpl_homed_time) {
3200 * lpl1's load is within the tolerance of lpl2. We're

Completed in 2743 milliseconds