Home
last modified time | relevance | path

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

/drivers/md/
A Dmd.h487 int sync_io_depth; member
A Dmd.c150 static int sync_io_depth(struct mddev *mddev) in sync_io_depth() function
152 return mddev->sync_io_depth ? in sync_io_depth()
153 mddev->sync_io_depth : sysctl_sync_io_depth; in sync_io_depth()
5187 return sprintf(page, "%d (%s)\n", sync_io_depth(mddev), in sync_io_depth_show()
5188 mddev->sync_io_depth ? "local" : "system"); in sync_io_depth_show()
5206 mddev->sync_io_depth = max; in sync_io_depth_store()
5211 __ATTR_RW(sync_io_depth);
9011 io_sectors * sync_io_depth(mddev); in sync_io_within_limit()

Completed in 20 milliseconds