Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.c116 * sysctl_speed_limit_max, 200 MB/sec by default, if the IO subsystem is idle.
133 static int sysctl_speed_limit_max = 200000;
145 mddev->sync_speed_max : sysctl_speed_limit_max; in speed_max()
315 .data = &sysctl_speed_limit_max,
134 static int sysctl_speed_limit_max = 200000; global() variable