Searched refs:relative_throughput (Results 1 – 2 of 2) sorted by relevance
34 unsigned relative_throughput; member96 pi->relative_throughput); in st_status()100 pi->relative_throughput); in st_status()114 unsigned relative_throughput = 1; in st_add_path() local146 (sscanf(argv[1], "%u%c", &relative_throughput, &dummy) != 1 || in st_add_path()147 relative_throughput > ST_MAX_RELATIVE_THROUGHPUT)) { in st_add_path()161 pi->relative_throughput = relative_throughput; in st_add_path()223 if (pi1->relative_throughput == pi2->relative_throughput) in st_compare_load()231 !pi1->relative_throughput || !pi2->relative_throughput) in st_compare_load()232 return pi2->relative_throughput - pi1->relative_throughput; in st_compare_load()[all …]
18 [<repeat_count> [<relative_throughput>]]24 <relative_throughput>:34 <status> <fail-count> <in-flight-size> <relative_throughput>41 <relative_throughput>:54 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'59 1. If the paths have the same 'relative_throughput', skip63 and just compare the 'relative_throughput'.65 3. If some paths have non-zero 'relative_throughput' and others66 have zero 'relative_throughput', ignore those paths with zero67 'relative_throughput'.[all …]