Lines Matching refs:sc_freetask
903 sc->sc_freetask = pool_cache_init(sizeof(struct bwi_task),
905 pool_cache_prime(sc->sc_freetask, BWI_TASK_COUNT);
1151 if (sc->sc_freetask != NULL) {
1152 pool_cache_destroy(sc->sc_freetask);
7608 t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
7792 t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
7929 pool_cache_put(sc->sc_freetask, t);
7946 t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
10336 t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
10378 t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);