Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool.c108 static struct skmem_cache *pp_compl_cache; /* cache for __packet_compl */ variable
224 pp_compl_cache = skmem_cache_create("pkt.compl", in pp_init()
240 if (pp_compl_cache != NULL) { in pp_fini()
241 skmem_cache_destroy(pp_compl_cache); in pp_fini()
242 pp_compl_cache = NULL; in pp_fini()
568 compl = skmem_cache_alloc(pp_compl_cache, SKMEM_SLEEP); in pp_metadata_construct()
919 skmem_cache_free(pp_compl_cache, in pp_metadata_destruct_common()
2758 skmem_cache_reap_now(pp_compl_cache, purge); in pp_reap_caches()