Lines Matching refs:repeat_count
33 unsigned repeat_count;
99 DMEMIT("%u %u ", pi->repeat_count,
113 unsigned repeat_count = ST_MIN_IO;
119 * Arguments: [<repeat_count> [<relative_throughput>]]
120 * <repeat_count>: The number of I/Os before switching path.
135 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
140 if (repeat_count > 1) {
141 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead");
142 repeat_count = 1;
160 pi->repeat_count = repeat_count;