Searched refs:maxloop (Results 1 – 2 of 2) sorted by relevance
1148 mISDNipac_irq(struct ipac_hw *ipac, int maxloop) in mISDNipac_irq() argument1150 int cnt = maxloop + 1; in mISDNipac_irq()1199 if (cnt > maxloop) /* only for ISAC/HSCX without PCI IRQ test */ in mISDNipac_irq()1201 if (cnt < maxloop) in mISDNipac_irq()1203 maxloop - cnt, smp_processor_id()); in mISDNipac_irq()1204 if (maxloop && !cnt) in mISDNipac_irq()1206 maxloop, smp_processor_id()); in mISDNipac_irq()
619 int args, len, maxloop = 1024; in vmsvga_fifo_run() local625 while (len > 0 && --maxloop > 0) { in vmsvga_fifo_run()