Searched defs:lgrp_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c1124 lgrp_leaf_add(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, argument
1138 (void *)leaf, leaf->lgrp_id, (void *)lgrps, lgrp_count,
1195 for (i = 0; i < lgrp_count; i++) {
1246 lgrp_leaf_delete(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, argument
1272 (void *)leaf, leaf->lgrp_id, (void *)lgrps, lgrp_count,
1279 for (i = 0; i < lgrp_count; i++) {
1340 lgrp_topo_flatten(int levels, lgrp_t **lgrps, int lgrp_count, argument
1358 for (i = 0; i <= lgrp_count; i++) {
1459 lgrp_topo_update(lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) argument
1491 for (i = 0; i < lgrp_count;
[all...]
H A Dlgrp.c3015 int lgrpid_offset, lgrp_count; local
3047 klgrpset_nlgrps(lgrpset, lgrp_count);
3049 (((ushort_t)(gethrtime() >> 4)) % lgrp_count) + 1;

Completed in 77 milliseconds