Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dmultipath.c235 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()
236 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()
273 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths()
331 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
349 struct nvme_ns *old = srcu_dereference(head->current_path[node], in nvme_round_robin_path()
389 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()
441 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_numa_path()
1100 current_ns = srcu_dereference(head->current_path[node], in numa_nodes_show()
H A Dnvme.h568 struct nvme_ns __rcu *current_path[]; member