Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c359 unsigned int min_depth_opt = UINT_MAX, min_depth_nonopt = UINT_MAX; in nvme_queue_depth_path() local
371 if (depth < min_depth_opt) { in nvme_queue_depth_path()
372 min_depth_opt = depth; in nvme_queue_depth_path()
386 if (min_depth_opt == 0) in nvme_queue_depth_path()