Searched refs:maxloop (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dfat.c270 int maxloop; local
431 maxloop = 100;
432 while (--maxloop) {
467 if (maxloop == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c1150 mISDNipac_irq(struct ipac_hw *ipac, int maxloop) argument
1152 int cnt = maxloop + 1;
1202 if (cnt > maxloop) /* only for ISAC/HSCX without PCI IRQ test */
1204 if (cnt < maxloop)
1206 maxloop - cnt, smp_processor_id());
1207 if (maxloop && !cnt)
1209 maxloop, smp_processor_id());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c2826 int err, first = 1, maxloop = 1000; \
2846 if (!first && (strcmp(key, old_key) == 0 || maxloop <= 0)) { \
2847 if (maxloop == 0) \
2857 maxloop--; \

Completed in 120 milliseconds