Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpbufpool.c110 static struct skmem_cache *pp_opt_cache; /* cache for __packet_opt */ variable
212 pp_opt_cache = skmem_cache_create("pkt.opt", in pp_init()
242 if (pp_opt_cache != NULL) { in pp_fini()
243 skmem_cache_destroy(pp_opt_cache); in pp_fini()
244 pp_opt_cache = NULL; in pp_fini()
546 opt = skmem_cache_alloc(pp_opt_cache, SKMEM_SLEEP); in pp_metadata_construct()
853 skmem_cache_free(pp_opt_cache, in pp_metadata_destruct_common()
2694 skmem_cache_reap_now(pp_opt_cache, purge); in pp_reap_caches()