Searched refs:pp_compl_cache (Results 1 – 1 of 1) sorted by relevance
95 static struct skmem_cache *pp_compl_cache; /* cache for __packet_compl */ variable211 pp_compl_cache = skmem_cache_create("pkt.compl", in pp_init()224 if (pp_compl_cache != NULL) { in pp_fini()225 skmem_cache_destroy(pp_compl_cache); in pp_fini()226 pp_compl_cache = NULL; in pp_fini()533 compl = skmem_cache_alloc(pp_compl_cache, SKMEM_SLEEP); in pp_metadata_construct()870 skmem_cache_free(pp_compl_cache, in pp_metadata_destruct_common()2666 skmem_cache_reap_now(pp_compl_cache, purge); in pp_reap_caches()