Searched defs:latency (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm266 sub latency subroutine
268 scalar @_ == 3 or _usage("latency(class, from, to)");
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c1153 * Return latency between "from" and "to" lgroups
1155 * This latency number can only be used for relative comparison
1157 * and may not reflect the actual latency. It is platform and implementation
1165 int latency; local
1168 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM);
1171 return (latency);
1176 * Return latency between "from" and "to" lgroups
1178 * This latency number can only be used for relative comparison
1180 * and may not reflect the actual latency. It is platform and implementation

Completed in 55 milliseconds