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

/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c1667 struct g_virstor_bio_q *biq; local
1668 biq = malloc(sizeof *biq, M_GVIRSTOR,
1670 if (biq == NULL) {
1677 biq->bio = b;
1680 biq, linkage);

Completed in 115 milliseconds