Home
last modified time | relevance | path

Searched refs:current_path (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dmultipath.c184 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path()
185 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path()
220 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_revalidate_paths()
275 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path()
328 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path()
343 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_find_path()
H A Dnvme.h471 struct nvme_ns __rcu *current_path[]; member
/kernel/linux/linux-5.10/drivers/nvme/host/
H A 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()
H A Dnvme.h430 struct nvme_ns __rcu *current_path[]; member

Completed in 6 milliseconds