Home
last modified time | relevance | path

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

/src/sys/dev/nvmf/host/
H A Dnvmf_ns.c36 volatile u_int active_bios; member
121 if (refcount_release(&ns->active_bios)) in nvmf_ns_biodone()
256 refcount_acquire(&ns->active_bios); in nvmf_ns_submit_bio()
349 refcount_init(&ns->active_bios, 1); in nvmf_init_ns()
474 if (!refcount_release(&ns->active_bios)) { in nvmf_destroy_ns()
475 while (ns->active_bios != 0) in nvmf_destroy_ns()