Searched refs:blist_large (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 744 struct skmem_obj **blist_nocache_def, struct skmem_obj **blist_large, in pp_metadata_destruct_common() argument 758 ASSERT(blist_large != NULL); in pp_metadata_destruct_common() 835 *pp_blist_large = *blist_large; in pp_metadata_destruct_common() 836 *blist_large = p_blist_large; in pp_metadata_destruct_common() 879 struct skmem_obj *blist_large, struct skmem_obj *blist_nocache_large) in pp_free_kbft_list() argument 884 if (blist_large != NULL) { in pp_free_kbft_list() 885 skmem_cache_batch_free(PP_KBFT_CACHE_LARGE(pp), blist_large); in pp_free_kbft_list() 900 struct skmem_obj *__single blist_def = NULL, *__single blist_large = NULL; in pp_metadata_destruct() local 904 &blist_large, &blist_nocache_large); in pp_metadata_destruct() 905 pp_free_kbft_list(pp, blist_def, blist_nocache_def, blist_large, blist_nocache_large); in pp_metadata_destruct() [all …]
|