Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dmultipath.c148 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()
149 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()
212 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
255 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()
270 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_find_path()
Dnvme.h348 struct nvme_ns __rcu *current_path[]; member