Searched refs:lgrp_resources (Results 1 - 10 of 10) sorted by relevance
| /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
|
| /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/man/man3lgrp/ |
| H A D | Makefile | 32 lgrp_resources.3lgrp \
|
| /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,
|
| /osnet-11/usr/src/lib/liblgrp/common/ |
| H A D | lgrp.c | 1075 lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *lgrps, function
|
| /osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
| H A D | Lgrp.pm | 67 lgrp_root lgrp_version lgrp_view lgrp_resources 263 return (lgrp_resources(cookie(shift), shift, shift));
|
| H A D | Lgrp.xs | 74 * lgrp_resources() and lgrp_latency_cookie() only appear in API v2. If the 75 * module is linked with old version of liblgrp(3LIB) there is no lgrp_resources 103 nr = lgrp_resources(c, lgrp, NULL, 0, type); \ 114 nr = lgrp_resources(c, lgrp, lgrps, nr, type); \ 389 lgrp_resources(cookie, lgrp, type)
|
| /osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
| H A D | Lgrp.t | 214 # Can we call lgrp_resources? 216 my @lgrps_c = lgrp_resources($c, $root, LGRP_RSRC_CPU); 217 my $nresources = lgrp_resources($c, $root, LGRP_RSRC_CPU);
|
Completed in 134 milliseconds