Searched refs:relative_throughput (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ps-service-time.c35 unsigned int relative_throughput; member in struct:path_info
97 pi->relative_throughput);
101 pi->relative_throughput);
118 unsigned int relative_throughput = 1; local
123 * Arguments: [<repeat_count> [<relative_throughput>]]
126 * <relative_throughput>: The relative throughput value of
149 (sscanf(argv[1], "%u%c", &relative_throughput, &dummy) != 1 ||
150 relative_throughput > ST_MAX_RELATIVE_THROUGHPUT)) {
151 *error = "service-time ps: invalid relative_throughput value";
164 pi->relative_throughput
[all...]

Completed in 79 milliseconds