|
Lines 162-168
static int sysctl_zfs_delay_min_dirty_percent(SYSCTL_HANDLER_ARGS);
Link Here
|
| 162 |
SYSCTL_PROC(_vfs_zfs, OID_AUTO, delay_min_dirty_percent, |
162 |
SYSCTL_PROC(_vfs_zfs, OID_AUTO, delay_min_dirty_percent, |
| 163 |
CTLTYPE_INT | CTLFLAG_MPSAFE | CTLFLAG_RW, 0, sizeof(int), |
163 |
CTLTYPE_INT | CTLFLAG_MPSAFE | CTLFLAG_RW, 0, sizeof(int), |
| 164 |
sysctl_zfs_delay_min_dirty_percent, "I", |
164 |
sysctl_zfs_delay_min_dirty_percent, "I", |
| 165 |
"The limit of outstanding dirty data before transations are delayed"); |
165 |
"The limit of outstanding dirty data before transactions are delayed"); |
| 166 |
|
166 |
|
| 167 |
static int sysctl_zfs_delay_scale(SYSCTL_HANDLER_ARGS); |
167 |
static int sysctl_zfs_delay_scale(SYSCTL_HANDLER_ARGS); |
| 168 |
/* No zfs_delay_scale tunable due to limit requirements */ |
168 |
/* No zfs_delay_scale tunable due to limit requirements */ |
| 169 |
- |
|
|