Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/liblgrp/common/
H A Dlgrp.c149 int nlgrpsmax; in parent_orphans() local
159 nlgrpsmax = snap->ss_nlgrps_max; in parent_orphans()
162 for (i = 0; i < nlgrpsmax; i++) { in parent_orphans()
181 (i * BT_SIZEOFMAP(nlgrpsmax))); in parent_orphans()
188 for (j = 0; j < BT_BITOUL(nlgrpsmax); j++) in parent_orphans()
/titanic_41/usr/src/uts/common/syscall/
H A Dlgrpsys.c307 kmem_free(*bufaddr, nlgrpsmax * sizeof (lgrp_affinity_t)); in lgrp_affinity_free()
742 aff_buf = kmem_zalloc(nlgrpsmax * sizeof (lgrp_affinity_t), in lgrp_affinity_set()
780 nlgrpsmax * sizeof (lgrp_affinity_t)); in lgrp_affinity_set()
830 size = nlgrpsmax * sizeof (lgrp_affinity_t); in lgrp_affinity_set()
1300 snap_nlgrpsmax = nlgrpsmax; in lgrp_snapshot()
/titanic_41/usr/src/uts/common/os/
H A Dlgrp.c129 int nlgrpsmax = 0; variable
382 nlgrpsmax = lgrp_plat_max_lgrps(); in lgrp_init()
383 ASSERT(nlgrpsmax <= NLGRPS_MAX); in lgrp_init()
820 if (first_cpu && nlgrpsmax > 1 && lgrpid != cp->cpu_lpl->lpl_lgrpid) in lgrp_cpu_init()
864 for (i = lgrp_alloc_hint; i < nlgrpsmax; i++) { in lgrp_create()
888 if (nlgrps > nlgrpsmax || my_lgrp == NULL) in lgrp_create()
/titanic_41/usr/src/uts/common/sys/
H A Dlgrp.h524 extern int nlgrpsmax; /* max number of lgroups on platform */