relative_throughput 34 drivers/md/dm-service-time.c unsigned relative_throughput; relative_throughput 96 drivers/md/dm-service-time.c pi->relative_throughput); relative_throughput 100 drivers/md/dm-service-time.c pi->relative_throughput); relative_throughput 114 drivers/md/dm-service-time.c unsigned relative_throughput = 1; relative_throughput 146 drivers/md/dm-service-time.c (sscanf(argv[1], "%u%c", &relative_throughput, &dummy) != 1 || relative_throughput 147 drivers/md/dm-service-time.c relative_throughput > ST_MAX_RELATIVE_THROUGHPUT)) { relative_throughput 161 drivers/md/dm-service-time.c pi->relative_throughput = relative_throughput; relative_throughput 223 drivers/md/dm-service-time.c if (pi1->relative_throughput == pi2->relative_throughput) relative_throughput 231 drivers/md/dm-service-time.c !pi1->relative_throughput || !pi2->relative_throughput) relative_throughput 232 drivers/md/dm-service-time.c return pi2->relative_throughput - pi1->relative_throughput; relative_throughput 263 drivers/md/dm-service-time.c st1 = sz1 * pi2->relative_throughput; relative_throughput 264 drivers/md/dm-service-time.c st2 = sz2 * pi1->relative_throughput; relative_throughput 271 drivers/md/dm-service-time.c return pi2->relative_throughput - pi1->relative_throughput;