Lines Matching refs:repeat_count
29 unsigned repeat_count;
101 DMEMIT("%u ", pi->repeat_count);
111 * optional repeat_count.
118 unsigned repeat_count = RR_MIN_IO;
128 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
133 if (repeat_count > 1) {
134 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead");
135 repeat_count = 1;
146 pi->repeat_count = repeat_count;