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

/openbsd-current/sys/dev/
H A Dvscsi.c67 struct pool sc_ccb_pool; member in struct:vscsi_softc
274 pool_init(&sc->sc_ccb_pool, sizeof(struct vscsi_ccb), 0, IPL_BIO, 0,
278 rv = pool_prime(&sc->sc_ccb_pool, 8);
280 pool_destroy(&sc->sc_ccb_pool);
640 pool_destroy(&sc->sc_ccb_pool);
656 ccb = pool_get(&sc->sc_ccb_pool, PR_NOWAIT);
671 pool_put(&sc->sc_ccb_pool, ccb);

Completed in 168 milliseconds