Searched refs:sync_io_depth (Results 1 – 1 of 1) sorted by relevance
149 static int sync_io_depth(struct mddev *mddev) in sync_io_depth() function151 return mddev->sync_io_depth ? in sync_io_depth()152 mddev->sync_io_depth : sysctl_sync_io_depth; in sync_io_depth()5423 return sprintf(page, "%d (%s)\n", sync_io_depth(mddev), in sync_io_depth_show()5424 mddev->sync_io_depth ? "local" : "system"); in sync_io_depth_show()5442 mddev->sync_io_depth = max; in sync_io_depth_store()5447 __ATTR_RW(sync_io_depth);9430 (raid_is_456(mddev) ? 8 : 128) * sync_io_depth(mddev); in sync_io_within_limit()