Searched refs:max_bytes_to_munch (Results 1 – 1 of 1) sorted by relevance
247 long max_bytes_to_munch, bytes_remaining, bytes_this_munch; variable266 max_bytes_to_munch = limit_mb * MEGABYTE;267 max_bytes_to_munch += BYTESINEXCESS;269 …for (bytes_remaining = max_bytes_to_munch; bytes_remaining > 0; bytes_remaining -= bytes_this_munc…