Searched refs:pp_opt_cache (Results 1 – 1 of 1) sorted by relevance
92 static struct skmem_cache *pp_opt_cache; /* cache for __packet_opt */ variable204 pp_opt_cache = skmem_cache_create("pkt.opt", in pp_init()231 if (pp_opt_cache != NULL) { in pp_fini()232 skmem_cache_destroy(pp_opt_cache); in pp_fini()233 pp_opt_cache = NULL; in pp_fini()532 opt = skmem_cache_alloc(pp_opt_cache, SKMEM_SLEEP); in pp_metadata_construct()837 skmem_cache_free(pp_opt_cache, in pp_metadata_destruct_common()2569 skmem_cache_reap_now(pp_opt_cache, purge); in pp_reap_caches()