Searched refs:lgrp_resources (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/man/man3lgrp/ |
H A D | Makefile | 32 lgrp_resources.3lgrp \
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 69 lgrp_root lgrp_version lgrp_view lgrp_resources 265 return (lgrp_resources(cookie(shift), shift, shift));
|
H A D | Lgrp.xs | 77 * lgrp_resources() and lgrp_latency_cookie() only appear in API v2. If the 78 * module is linked with old version of liblgrp(3LIB) there is no lgrp_resources 106 nr = lgrp_resources(c, lgrp, NULL, 0, type); \ 117 nr = lgrp_resources(c, lgrp, lgrps, nr, type); \ 392 lgrp_resources(cookie, lgrp, type)
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 217 # Can we call lgrp_resources? 219 my @lgrps_c = lgrp_resources($c, $root, LGRP_RSRC_CPU); 220 my $nresources = lgrp_resources($c, $root, LGRP_RSRC_CPU);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 279 int lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp,
|
/illumos-gate/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 1021 lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *lgrps, function
|
Completed in 524 milliseconds