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

/drivers/md/
H A Ddm-service-time.c33 unsigned relative_throughput; member in struct:path_info
94 pi->relative_throughput);
98 pi->relative_throughput);
112 unsigned relative_throughput = 1; local
116 * Arguments: [<repeat_count> [<relative_throughput>]]
119 * <relative_throughput>: The relative throughput value of
138 (sscanf(argv[1], "%u%c", &relative_throughput, &dummy) != 1 ||
139 relative_throughput > ST_MAX_RELATIVE_THROUGHPUT)) {
140 *error = "service-time ps: invalid relative_throughput value";
153 pi->relative_throughput
[all...]

Completed in 67 milliseconds