Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c100 int lgrp_alloc_hint = -1; /* hint for where to try to allocate next */ variable
858 if (lgrp_alloc_hint == -1) in lgrp_create()
869 for (i = lgrp_alloc_hint; i < nlgrpsmax; i++) { in lgrp_create()
877 lgrp_alloc_hint = lgrpid; in lgrp_create()
940 if (lgrp_alloc_hint == -1 || lgrp->lgrp_id < lgrp_alloc_hint) in lgrp_destroy()
941 lgrp_alloc_hint = lgrp->lgrp_id; in lgrp_destroy()