Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_cache.c87 int zfs_vdev_cache_bshift = 16; variable
89 #define VCBS (1 << zfs_vdev_cache_bshift) /* 64KB */
98 &zfs_vdev_cache_bshift, 0, "Turn too small requests into 1 << this value");
183 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) > in vdev_cache_allocate()