Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
A Dmultipath.c136 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()
137 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()
169 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths()
223 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
276 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()
291 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_find_path()
A Dnvme.h425 struct nvme_ns __rcu *current_path[]; member

Completed in 7 milliseconds