mtx_sleep(pt, mtx, PRIBIO, "nvme_pt", 0);
mtx_unlock(mtx);
err:
if (buf != NULL) {
vunmapbuf(buf);
uma_zfree(pbuf_zone, buf);
PRELE(curproc);
}
-