Searched refs:maxnr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Drheap.c706 int maxnr; local
709 maxnr = ARRAY_SIZE(st);
716 nr = rh_get_stats(info, RHGS_FREE, maxnr, st);
717 if (nr > maxnr)
718 nr = maxnr;
727 nr = rh_get_stats(info, RHGS_TAKEN, maxnr, st);
728 if (nr > maxnr)
729 nr = maxnr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_pci.c942 unsigned int bar, offset = board->first_offset, maxnr; local
950 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >>
953 if (board->flags & FL_REGION_SZ_CAP && idx >= maxnr)

Completed in 131 milliseconds