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

/freebsd-13-stable/sys/geom/bde/
H A Dg_bde_work.c43 * 2) g_bde_start2()
693 g_bde_start2(struct g_bde_work *wp) function
697 KASSERT(wp != NULL, ("NULL wp in g_bde_start2"));
699 g_trace(G_T_TOPOLOGY, "g_bde_start2(%p)", wp);
739 ("Wrong bio_cmd %d in g_bde_start2", wp->bp->bio_cmd));
748 * how long they each can be. Feed them to g_bde_start2().
771 g_bde_start2(wp);

Completed in 42 milliseconds