Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c88 int zfs_vdev_cache_bshift = 16; variable
90 #define VCBS (1 << zfs_vdev_cache_bshift) /* 64KB */
99 &zfs_vdev_cache_bshift, 0, "Turn too small requests into 1 << this value");
184 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) > in vdev_cache_allocate()