Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c358 struct nvme_ns *best_opt = NULL, *best_nonopt = NULL, *ns; in nvme_queue_depth_path() local
379 best_nonopt = ns; in nvme_queue_depth_path()
390 return best_opt ? best_opt : best_nonopt; in nvme_queue_depth_path()