Home
last modified time | relevance | path

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

/titanic_41/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) in lgrp_create()
864 for (i = lgrp_alloc_hint; i < nlgrpsmax; i++) { in lgrp_create()
872 lgrp_alloc_hint = lgrpid; in lgrp_create()
935 if (lgrp_alloc_hint == -1 || lgrp->lgrp_id < lgrp_alloc_hint) in lgrp_destroy()
936 lgrp_alloc_hint = lgrp->lgrp_id; in lgrp_destroy()