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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-round-robin.c25 unsigned repeat_count; member in struct:path_info
97 DMEMIT("%u ", pi->repeat_count);
107 * optional repeat_count.
114 unsigned repeat_count = RR_MIN_IO; local
122 if ((argc == 1) && (sscanf(argv[0], "%u", &repeat_count) != 1)) {
135 pi->repeat_count = repeat_count;
163 unsigned *repeat_count)
171 *repeat_count = pi->repeat_count;
162 rr_select_path(struct path_selector *ps, unsigned *repeat_count) 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.c73 unsigned repeat_count; /* I/Os left before calling PS again */ member in struct:multipath
234 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count);
313 (!m->queue_io && (m->repeat_count && --m->repeat_count == 0)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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.c157 rrec->repeat_count = 3; /* 3 retries */
H A Dnmbd_packets.c560 rrec->repeat_count = 0;
670 rrec->repeat_count = 0;
1550 rrec->repeat_count = 0;
1605 if (rrec->repeat_count > 0) {
1606 /* Resend while we have a non-zero repeat_count. */
1612 rrec->repeat_count--;
1640 } /* rrec->repeat_count > 0 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dati_remote.c184 unsigned int repeat_count; member in struct:ati_remote
518 ati_remote->repeat_count++;
520 ati_remote->repeat_count = 0;
532 if (ati_remote->repeat_count > 0 &&
533 (ati_remote->repeat_count < 5 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h399 int repeat_count; member in struct:response_record
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.h576 unsigned char repeat_count; member in struct:TAG_TW_Event

Completed in 180 milliseconds