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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.c249 uma_zone_t sc_pool; member in struct:pfsync_softc
251 struct pool sc_pool; member in struct:pfsync_softc
422 sc->sc_pool = uma_zcreate("pfsync", PFSYNC_PLSIZE, NULL, NULL, NULL,
425 pool_init(&sc->sc_pool, PFSYNC_PLSIZE, 0, 0, 0, "pfsync", NULL);
446 uma_zdestroy(sc->sc_pool);
538 UMA_DESTROY(sc->sc_pool);
540 pool_destroy(&sc->sc_pool);
2084 pool_put(&sc->sc_pool, ur);
2266 pool_put(&sc->sc_pool, ur);
2431 pd = pool_get(&sc->sc_pool, M_NOWAI
[all...]

Completed in 97 milliseconds