Home
last modified time | relevance | path

Searched refs:l2arc_headroom (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c729 uint64_t l2arc_headroom = L2ARC_HEADROOM; /* number of dev writes */ variable
8548 headroom = target_sz * l2arc_headroom; in l2arc_write_buffers()
8570 if (l2arc_headroom != 0 && passed_sz > headroom) { in l2arc_write_buffers()