Home
last modified time | relevance | path

Searched refs:LGRP_LAT_CPU_TO_MEM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs84 #define LGRP_LAT_CPU_TO_MEM 0 macro
181 newCONSTSUB(stash, "LGRP_LAT_CPU_TO_MEM", newSViv(LGRP_LAT_CPU_TO_MEM));
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h117 LGRP_LAT_CPU_TO_MEM /* latency between CPU and memory */ enumerator
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod156 LGRP_LAT_CPU_TO_MEM(1)
425 =item lgrp_latency_cookie($cookie, $from, $to, [$between=LGRP_LAT_CPU_TO_MEM])
432 The optional B<between> argument should be set to C<LGRP_LAT_CPU_TO_MEM> to specify
434 only valid value is C<LGRP_LAT_CPU_TO_MEM> which represents latency from CPU to
620 LGRP_LAT_CPU_TO_MEM.
688 =item C<LGRP_LAT_CPU_TO_MEM> constant
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t62 LGRP_CONTENT_ALL LGRP_LAT_CPU_TO_MEM)) {
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1111 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); in lgrp_latency()
1143 between != LGRP_LAT_CPU_TO_MEM) { in lgrp_latency_cookie()