Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs86 #define LGRP_LAT_CPU_TO_MEM 0 macro
183 newCONSTSUB(stash, "LGRP_LAT_CPU_TO_MEM", newSViv(LGRP_LAT_CPU_TO_MEM));
/titanic_44/usr/src/uts/common/sys/
H A Dlgrp_user.h116 LGRP_LAT_CPU_TO_MEM /* latency between CPU and memory */ enumerator
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod158 LGRP_LAT_CPU_TO_MEM(1)
427 =item lgrp_latency_cookie($cookie, $from, $to, [$between=LGRP_LAT_CPU_TO_MEM])
434 The optional B<between> argument should be set to C<LGRP_LAT_CPU_TO_MEM> to specify
436 only valid value is C<LGRP_LAT_CPU_TO_MEM> which represents latency from CPU to
622 LGRP_LAT_CPU_TO_MEM.
690 =item C<LGRP_LAT_CPU_TO_MEM> constant
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t62 LGRP_CONTENT_ALL LGRP_LAT_CPU_TO_MEM)) {
/titanic_44/usr/src/lib/liblgrp/common/
H A Dlgrp.c1114 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); in lgrp_latency()
1146 between != LGRP_LAT_CPU_TO_MEM) { in lgrp_latency_cookie()