Searched refs:maxnr (Results 1 – 1 of 1) sorted by relevance
707 int maxnr; in rh_dump() local710 maxnr = ARRAY_SIZE(st); in rh_dump()717 nr = rh_get_stats(info, RHGS_FREE, maxnr, st); in rh_dump()718 if (nr > maxnr) in rh_dump()719 nr = maxnr; in rh_dump()728 nr = rh_get_stats(info, RHGS_TAKEN, maxnr, st); in rh_dump()729 if (nr > maxnr) in rh_dump()730 nr = maxnr; in rh_dump()
Completed in 5 milliseconds