Home
last modified time | relevance | path

Searched refs:shortest (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/Documentation/locking/
Dlockstat.txt47 wait time min - shortest (non-0) time we ever had to wait for a lock
53 hold time min - shortest (non-0) time we ever held the lock
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c2407 lnet_route_t *shortest = NULL; in LNetDist() local
2413 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()
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc188 dwMaxBitRate - the maximum bit rate at the shortest
235 dwMaxBitRate - the maximum bit rate at the shortest
/linux-4.4.14/net/netfilter/ipvs/
DKconfig229 tristate "shortest expected delay scheduling"
231 The shortest expected delay scheduling algorithm assigns network
232 connections to the server with the shortest expected delay. The
/linux-4.4.14/Documentation/device-mapper/
Ddm-service-time.txt5 which selects a path with the shortest estimated service time for
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Didle-states.txt95 An operating system scheduler may need to compute the shortest wake-up delay
102 (eg waking-up) the CPU with the shortest wake-up latency.
/linux-4.4.14/drivers/md/
DKconfig415 the path expected to complete the incoming I/O in the shortest