Searched refs:current_path (Results 1 – 2 of 2) sorted by relevance
128 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()129 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()162 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths()216 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()269 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()284 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_find_path()
423 struct nvme_ns __rcu *current_path[]; member