Searched refs:shortest (Results 1 – 7 of 7) sorted by relevance
47 wait time min - shortest (non-0) time we ever had to wait for a lock53 hold time min - shortest (non-0) time we ever held the lock
2407 lnet_route_t *shortest = NULL; in LNetDist() local2413 if (shortest == NULL || in LNetDist()2414 route->lr_hops < shortest->lr_hops) in LNetDist()2415 shortest = route; in LNetDist()2418 LASSERT(shortest != NULL); in LNetDist()2419 hops = shortest->lr_hops; in LNetDist()2421 *srcnidp = shortest->lr_gateway->lp_ni->ni_nid; in LNetDist()
188 dwMaxBitRate - the maximum bit rate at the shortest235 dwMaxBitRate - the maximum bit rate at the shortest
229 tristate "shortest expected delay scheduling"231 The shortest expected delay scheduling algorithm assigns network232 connections to the server with the shortest expected delay. The
5 which selects a path with the shortest estimated service time for
95 An operating system scheduler may need to compute the shortest wake-up delay102 (eg waking-up) the CPU with the shortest wake-up latency.
415 the path expected to complete the incoming I/O in the shortest