Lines Matching refs:uint_t
124 uint_t zfs_vdev_max_active = 1000;
144 static uint_t zfs_vdev_sync_read_min_active = 10;
145 static uint_t zfs_vdev_sync_read_max_active = 10;
146 static uint_t zfs_vdev_sync_write_min_active = 10;
147 static uint_t zfs_vdev_sync_write_max_active = 10;
148 static uint_t zfs_vdev_async_read_min_active = 1;
149 /* */ uint_t zfs_vdev_async_read_max_active = 3;
150 static uint_t zfs_vdev_async_write_min_active = 2;
151 /* */ uint_t zfs_vdev_async_write_max_active = 10;
152 static uint_t zfs_vdev_scrub_min_active = 1;
153 static uint_t zfs_vdev_scrub_max_active = 3;
154 static uint_t zfs_vdev_removal_min_active = 1;
155 static uint_t zfs_vdev_removal_max_active = 2;
156 static uint_t zfs_vdev_initializing_min_active = 1;
157 static uint_t zfs_vdev_initializing_max_active = 1;
158 static uint_t zfs_vdev_trim_min_active = 1;
159 static uint_t zfs_vdev_trim_max_active = 2;
160 static uint_t zfs_vdev_rebuild_min_active = 1;
161 static uint_t zfs_vdev_rebuild_max_active = 3;
170 uint_t zfs_vdev_async_write_active_min_dirty_percent = 30;
171 uint_t zfs_vdev_async_write_active_max_dirty_percent = 60;
181 static uint_t zfs_vdev_nia_delay = 5;
193 static uint_t zfs_vdev_nia_credit = 5;
201 static uint_t zfs_vdev_aggregation_limit = 1 << 20;
202 static uint_t zfs_vdev_aggregation_limit_non_rotating = SPA_OLD_MAXBLOCKSIZE;
203 static uint_t zfs_vdev_read_gap_limit = 32 << 10;
204 static uint_t zfs_vdev_write_gap_limit = 4 << 10;
217 uint_t zfs_vdev_queue_depth_pct = 1000;
219 uint_t zfs_vdev_queue_depth_pct = 300;
229 uint_t zfs_vdev_def_queue_depth = 32;
302 static uint_t
334 static uint_t
337 uint_t writes; in vdev_queue_max_async_writes()
380 static uint_t