Lines Matching defs:latency
1070 * Return latency between "from" and "to" lgroups
1072 * This latency number can only be used for relative comparison
1074 * and may not reflect the actual latency. It is platform and implementation
1083 int latency;
1103 * Get latency for same lgroup
1106 latency = from_lgrp->lgrp_latency;
1107 return (latency);
1111 * Get latency between leaf lgroups
1118 * Determine max latency between resources in two lgroups
1137 latency = lgrp_plat_latency(from_rsrc->lgrp_plathand,
1139 if (latency > latency_max)
1140 latency_max = latency;
1205 * 7) lgroup latency table
1206 * - contains latency from each lgroup to each of other lgroups
1278 * Size of latency table and buffer
1341 * Size of latency table and buffer
1504 * Fill in latency table and buffer
1554 * Size of latency table and buffer
1701 * Make copies of lgroup info and latency table, fix up pointers,
1770 * Copy lgroup info and latency table with pointers fixed up to point
1852 * Size of latency table and buffer
1884 * resources, and latency table and buffer
1896 * Make temporary lgroup latency table of pointers for kernel to use
2003 * Fix up pointer to latency buffer
2078 int latency;
2096 latency = lgrp_latency(ia, (lgrp_id_t)(uintptr_t)ap);
2098 return (latency);