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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c98 int lgrp_alloc_hint = -1; /* hint for where to try to allocate next */ variable
853 if (lgrp_alloc_hint == -1)
864 for (i = lgrp_alloc_hint; i < nlgrpsmax; i++) {
872 lgrp_alloc_hint = lgrpid;
935 if (lgrp_alloc_hint == -1 || lgrp->lgrp_id < lgrp_alloc_hint)
936 lgrp_alloc_hint = lgrp->lgrp_id;

Completed in 2486 milliseconds