Home
last modified time | relevance | path

Searched defs:lgrps (Results 1 – 5 of 5) 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, in lgrp_leaf_add()
1246 lgrp_leaf_delete(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, in lgrp_leaf_delete()
1340 lgrp_topo_flatten(int levels, lgrp_t **lgrps, int lgrp_count, in lgrp_topo_flatten()
1459 lgrp_topo_update(lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) in lgrp_topo_update()
1569 lgrp_topo_print(lgrp_t **lgrps, int lgrp_max) in lgrp_topo_print()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c131 lgrp_id_t *lgrps; /* lgroups */ member
487 print_lgrps(lgrp_id_t *lgrps, int nlgrps) in print_lgrps()
548 print_affinities(lgrp_id_t *lgrps, lgrp_affinity_t *affs, int nelements) in print_affinities()
875 lgrp_id_t *lgrps; in do_op() local
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm213 sub lgrps subroutine
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1018 lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *lgrps, in lgrp_resources()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c269 static int *lgrps = NULL; /* list of lgroup IDs for for h option */ variable