Lines Matching defs:latency
46 * Latency groups are defined in the sun4v achitecture by memory-latency-group
344 uint64_t latency, lowest_latency;
354 /* Find the lgroup node with the smallest latency */
357 &latency);
364 if (latency < lowest_latency) {
365 lowest_latency = latency;
370 if ((mpo_lgroup[j].latency == lowest_latency) &&
493 /* Set latency to 0 if property not present */
496 &mpo_lgroup[i].latency);
498 mpo_lgroup[i].latency = 0;
680 * latency found. All other memory is considered remote, and the
681 * remote latency is represented by the highest latency found.
690 lower_latency = mpo_lgroup[0].latency;
691 higher_latency = mpo_lgroup[0].latency;
694 if (mpo_lgroup[i].latency < lower_latency) {
695 lower_latency = mpo_lgroup[i].latency;
697 if (mpo_lgroup[i].latency > higher_latency) {
698 higher_latency = mpo_lgroup[i].latency;
984 * Return min remote latency when there are more than two lgroups
985 * (root and child) and getting latency between two different lgroups
1421 * latency.