Searched refs:blist_def (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 738 struct kern_pbufpool *pp, bool raw, struct skmem_obj **blist_def, in pp_metadata_destruct_common() argument 748 ASSERT(blist_def != NULL); in pp_metadata_destruct_common() 819 *pp_blist_def = *blist_def; in pp_metadata_destruct_common() 820 *blist_def = p_blist_def; in pp_metadata_destruct_common() 872 struct skmem_obj *blist_def = NULL, *blist_large = NULL; in pp_metadata_destruct() local 874 pp_metadata_destruct_common(kqum, pp, raw, &blist_def, &blist_large); in pp_metadata_destruct() 875 if (blist_def != NULL) { in pp_metadata_destruct() 876 skmem_cache_batch_free(PP_KBFT_CACHE_DEF(pp), blist_def); in pp_metadata_destruct() 2147 struct mbuf **mp, struct __kern_packet **kpp, struct skmem_obj **blist_def, in pp_metadata_fini() argument 2199 pp_metadata_destruct_common(kqum, pp, FALSE, blist_def, in pp_metadata_fini() [all …]
|