Searched refs:blist_large (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 734 struct skmem_obj **blist_nocache_def, struct skmem_obj **blist_large, in pp_metadata_destruct_common() argument 748 ASSERT(blist_large != NULL); in pp_metadata_destruct_common() 825 *pp_blist_large = *blist_large; in pp_metadata_destruct_common() 826 *blist_large = p_blist_large; in pp_metadata_destruct_common() 869 struct skmem_obj *blist_large, struct skmem_obj *blist_nocache_large) in pp_free_kbft_list() argument 874 if (blist_large != NULL) { in pp_free_kbft_list() 875 skmem_cache_batch_free(PP_KBFT_CACHE_LARGE(pp), blist_large); in pp_free_kbft_list() 890 struct skmem_obj *__single blist_def = NULL, *__single blist_large = NULL; in pp_metadata_destruct() local 894 &blist_large, &blist_nocache_large); in pp_metadata_destruct() 895 pp_free_kbft_list(pp, blist_def, blist_nocache_def, blist_large, blist_nocache_large); in pp_metadata_destruct() [all …]
|