Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpbufpool.c94 static struct skmem_cache *pp_compl_cache; /* cache for __packet_compl */ variable
210 pp_compl_cache = skmem_cache_create("pkt.compl", in pp_init()
223 if (pp_compl_cache != NULL) { in pp_fini()
224 skmem_cache_destroy(pp_compl_cache); in pp_fini()
225 pp_compl_cache = NULL; in pp_fini()
534 compl = skmem_cache_alloc(pp_compl_cache, SKMEM_SLEEP); in pp_metadata_construct()
852 skmem_cache_free(pp_compl_cache, in pp_metadata_destruct_common()
2571 skmem_cache_reap_now(pp_compl_cache, purge); in pp_reap_caches()