Searched refs:lgrp_latency_cookie (Results 1 – 9 of 9) 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.xs | 96 #define lgrp_latency_cookie(c, f, t, b) (errno = EINVAL, -1) macro 132 lgrp_latency_cookie(cookie, from, to, between)); in _lgrp_latency_cookie() 276 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which 280 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, int between = 0)
|
H A D | Lgrp.pm | 271 return (lgrp_latency_cookie(cookie(shift), shift, shift));
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 105 $latency = lgrp_latency_cookie($cookie, $from, $to); 425 =item lgrp_latency_cookie($cookie, $from, $to, [$between=LGRP_LAT_CPU_TO_MEM]) 437 Upon successful completion, lgrp_latency_cookie() return 1. Otherwise, it 439 L<lgrp_latency_cookie()> is an alias for L<lgrp_latency()>. 441 See L<lgrp_latency_cookie(3LGRP)> for more information. 445 The function is similiar to the L<lgrp_latency_cookie()> function, but returns the 449 L<lgrp_latency_cookie()> function be used in its place. 603 version 1 of liblgrp(3LIB) and L<lgrp_latency_cookie()> for newer versions. 634 lgrp_latency_cookie(), lgrp_mem_size(), lgrp_nlgrps(), lgrp_parents(), 692 =item C<lgrp_latency_cookie()> function [all …]
|
/illumos-gate/usr/src/lib/liblgrp/common/ |
H A D | mapfile-vers | 43 lgrp_latency_cookie;
|
H A D | lgrp.c | 1111 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); in lgrp_latency() 1128 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, in lgrp_latency_cookie() function
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3lgrp.inc | 27 link path=usr/share/man/man3lgrp/lgrp_latency_cookie.3lgrp \
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 265 int lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from,
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 212 my $latency1 = lgrp_latency_cookie($c, $root, $root);
|