Searched refs:lgrp_latency_cookie (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/man/man3lgrp/ |
H A D | Makefile | 38 lgrp_latency_cookie.3lgrp 42 lgrp_latency_cookie.3lgrp := LINKSRC = lgrp_latency.3lgrp
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 67 lgrp_home lgrp_init lgrp_latency lgrp_latency_cookie 271 return (lgrp_latency_cookie(cookie(shift), shift, shift));
|
H A D | Lgrp.xs | 77 * lgrp_resources() and lgrp_latency_cookie() only appear in API v2. If the 82 * The lgrp_latency_cookie() is emulated using lgrp_latency(). 94 * Simulate lgrp_latency_cookie() which just fails. This macro is never called 98 #define lgrp_latency_cookie(c, f, t, b) (errno = EINVAL, -1) 125 * Special version of lgrp_latency_cookie(). Use lgrp_latency() for liblgrp V1 126 * and lgrp_latency_cookie for V2. 134 lgrp_latency_cookie(cookie, from, to, between)); 278 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which 282 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, int between = 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 112 * Flags for lgrp_latency_cookie() specifying what hardware resources to get 264 int lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from,
|
/illumos-gate/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 1114 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); 1131 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, function
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 207 # The latencies from lgrp_latency and lgrp_latency_cookie should match. 212 my $latency1 = lgrp_latency_cookie($c, $root, $root);
|
Completed in 61 milliseconds