Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool.c106 static struct skmem_cache *pp_opt_cache; /* cache for __packet_opt */ variable
218 pp_opt_cache = skmem_cache_create("pkt.opt", in pp_init()
248 if (pp_opt_cache != NULL) { in pp_fini()
249 skmem_cache_destroy(pp_opt_cache); in pp_fini()
250 pp_opt_cache = NULL; in pp_fini()
566 opt = skmem_cache_alloc(pp_opt_cache, SKMEM_SLEEP); in pp_metadata_construct()
904 skmem_cache_free(pp_opt_cache, in pp_metadata_destruct_common()
2756 skmem_cache_reap_now(pp_opt_cache, purge); in pp_reap_caches()