Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool.c112 static struct skmem_cache *pp_compl_cache; /* cache for __packet_compl */ variable
218 pp_compl_cache = skmem_cache_create("pkt.compl", in pp_init()
234 if (pp_compl_cache != NULL) { in pp_fini()
235 skmem_cache_destroy(pp_compl_cache); in pp_fini()
236 pp_compl_cache = NULL; in pp_fini()
548 compl = skmem_cache_alloc(pp_compl_cache, SKMEM_SLEEP); in pp_metadata_construct()
868 skmem_cache_free(pp_compl_cache, in pp_metadata_destruct_common()
2698 skmem_cache_reap_now(pp_compl_cache, purge); in pp_reap_caches()