Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dmultipath.c125 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()
126 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()
197 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
250 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()
265 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_find_path()
Dnvme.h428 struct nvme_ns __rcu *current_path[]; member