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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-round-robin.c26 unsigned repeat_count; member in struct:path_info
98 DMEMIT("%u ", pi->repeat_count);
108 * optional repeat_count.
115 unsigned repeat_count = RR_MIN_IO; local
123 if ((argc == 1) && (sscanf(argv[0], "%u", &repeat_count) != 1)) {
136 pi->repeat_count = repeat_count;
164 unsigned *repeat_count, size_t nr_bytes)
172 *repeat_count = pi->repeat_count;
163 rr_select_path(struct path_selector *ps, unsigned *repeat_count, size_t nr_bytes) argument
[all...]
H A Ddm-queue-length.c37 unsigned repeat_count; member in struct:path_info
101 DMEMIT("%u ", pi->repeat_count);
114 unsigned repeat_count = QL_MIN_IO; local
117 * Arguments: [<repeat_count>]
118 * <repeat_count>: The number of I/Os before switching path.
126 if ((argc == 1) && (sscanf(argv[0], "%u", &repeat_count) != 1)) {
139 pi->repeat_count = repeat_count;
171 unsigned *repeat_count, size_t nr_bytes)
194 *repeat_count
170 ql_select_path(struct path_selector *ps, unsigned *repeat_count, size_t nr_bytes) argument
[all...]
H A Ddm-service-time.c31 unsigned repeat_count; member in struct:path_info
96 DMEMIT("%u %u ", pi->repeat_count,
110 unsigned repeat_count = ST_MIN_IO; local
114 * Arguments: [<repeat_count> [<relative_throughput>]]
115 * <repeat_count>: The number of I/Os before switching path.
130 if (argc && (sscanf(argv[0], "%u", &repeat_count) != 1)) {
150 pi->repeat_count = repeat_count;
257 unsigned *repeat_count, size_t nr_bytes)
275 *repeat_count
256 st_select_path(struct path_selector *ps, unsigned *repeat_count, size_t nr_bytes) argument
[all...]
H A Ddm-path-selector.h54 * repeat_count is the number of times to use the path before
59 unsigned *repeat_count,
H A Ddm-mpath.c77 unsigned repeat_count; /* I/Os left before calling PS again */ member in struct:multipath
263 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes);
344 (!m->queue_io && (m->repeat_count && --m->repeat_count == 0)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_namequery.c44 rrec->repeat_count = 0;
60 rrec->repeat_count = 0;
H A Dnmbd_nameregister.c116 rrec->repeat_count = 0;
227 rrec->repeat_count = 2;
H A Dnmbd_namerelease.c74 rrec->repeat_count = 0;
H A Dnmbd_responserecordsdb.c155 rrec->repeat_count = 3; /* 3 retries */
H A Dnmbd_packets.c562 rrec->repeat_count = 0;
672 rrec->repeat_count = 0;
1552 rrec->repeat_count = 0;
1607 if (rrec->repeat_count > 0) {
1608 /* Resend while we have a non-zero repeat_count. */
1614 rrec->repeat_count--;
1642 } /* rrec->repeat_count > 0 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dati_remote.c187 unsigned int repeat_count; member in struct:ati_remote
521 ati_remote->repeat_count++;
523 ati_remote->repeat_count = 0;
535 if (ati_remote->repeat_count > 0 &&
536 (ati_remote->repeat_count < 5 ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.h311 unsigned char repeat_count; member in struct:TAG_TW_Event
H A D3w-9xxx.h581 unsigned char repeat_count; member in struct:TAG_TW_Event
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnameserv.h399 int repeat_count; member in struct:response_record

Completed in 210 milliseconds