Lines Matching defs:sc_pool
178 struct pool sc_pool;
308 pool_init(&sc->sc_pool, /*size*/2048, /*align*/0, /*align_offset*/0,
771 buf = pool_get(&sc->sc_pool, PR_NOWAIT|PR_ZERO);
787 pool_put(&sc->sc_pool, buf);
794 pool_put(&sc->sc_pool, buf);
821 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf);
940 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf);
992 pool_put(&sc->sc_pool, sc->sc_vsd[i].vsd_buf);
1191 buf = pool_get(&sc->sc_pool, PR_NOWAIT|PR_ZERO);
1198 pool_put(&sc->sc_pool, buf);
1267 buf = pool_get(&sc->sc_pool, PR_NOWAIT|PR_ZERO);
1275 pool_put(&sc->sc_pool, buf);