HomeSort by: relevance | last modified time | path
    Searched defs:sc_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/dev/
vnet.c 178 struct pool sc_pool; member in struct:vnet_softc
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)
    [all...]
vnet.c 178 struct pool sc_pool; member in struct:vnet_softc
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)
    [all...]

Completed in 21 milliseconds