Lines Matching refs:repeat_count
38 unsigned repeat_count;
103 DMEMIT("%u ", pi->repeat_count);
116 unsigned repeat_count = QL_MIN_IO;
121 * Arguments: [<repeat_count>]
122 * <repeat_count>: The number of I/Os before switching path.
130 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
135 if (repeat_count > 1) {
136 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead");
137 repeat_count = 1;
148 pi->repeat_count = repeat_count;