Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.c29 volatile u_int nt_active_qpairs; member
64 refcount_acquire(&nt->nt_active_qpairs); in nvmf_allocate_qpair()
90 if (refcount_release(&nt->nt_active_qpairs)) in nvmf_free_qpair()
370 if (nt->nt_active_qpairs != 0) { in nvmf_transport_module_handler()
400 while (nt->nt_active_qpairs != 0 && error == 0) in nvmf_transport_module_handler()