Home
last modified time | relevance | path

Searched refs:sc_taskpool (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c110 struct pool_cache *sc_taskpool; member
392 sc->sc_taskpool = pool_cache_init(sizeof(struct sun8i_crypto_task), in sun8i_crypto_attach()
411 pool_cache_prime(sc->sc_taskpool, 2*SUN8I_CRYPTO_NCHAN); in sun8i_crypto_attach()
628 task = pool_cache_get(sc->sc_taskpool, pflags); in sun8i_crypto_task_get()
670 pool_cache_put(sc->sc_taskpool, task); in sun8i_crypto_task_put()