Lines Matching defs:bytes
260 * absolute number of bytes, calculating the per-zone dirty limit can
383 * vm_dirty_{bytes|ratio} and dirty_background_{bytes|ratio}. The caller
391 unsigned long bytes = vm_dirty_bytes;
408 * per-PAGE_SIZE, they can be obtained by dividing bytes by
411 if (bytes)
412 ratio = min(DIV_ROUND_UP(bytes, global_avail),
417 bytes = bg_bytes = 0;
420 if (bytes)
421 thresh = DIV_ROUND_UP(bytes, PAGE_SIZE);