HomeSort by relevance Sort by last modified time
    Searched refs:zfs_write_limit_shift (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dsl_pool.c 41 int zfs_write_limit_shift = 3; /* 1/8th of physical memory */ variable
420 if (physmem != old_physmem && zfs_write_limit_shift) {
423 zfs_write_limit_max = ptob(physmem) >> zfs_write_limit_shift;
arc.c 141 extern int zfs_write_limit_shift;
    [all...]

Completed in 360 milliseconds