Searched refs:blist_large (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 768 struct skmem_obj **blist_nocache_def, struct skmem_obj **blist_large, in pp_metadata_destruct_common() argument 782 ASSERT(blist_large != NULL); in pp_metadata_destruct_common() 882 *pp_blist_large = *blist_large; in pp_metadata_destruct_common() 883 *blist_large = p_blist_large; in pp_metadata_destruct_common() 937 struct skmem_obj *blist_large, struct skmem_obj *blist_nocache_large) in pp_free_kbft_list() argument 942 if (blist_large != NULL) { in pp_free_kbft_list() 943 skmem_cache_batch_free(PP_KBFT_CACHE_LARGE(pp), blist_large); in pp_free_kbft_list() 958 struct skmem_obj *__single blist_def = NULL, *__single blist_large = NULL; in pp_metadata_destruct() local 962 &blist_large, &blist_nocache_large); in pp_metadata_destruct() 963 pp_free_kbft_list(pp, blist_def, blist_nocache_def, blist_large, blist_nocache_large); in pp_metadata_destruct() [all …]
|