Searched refs:blist_nocache_def (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 829 *pp_blist_nocache_def = *blist_nocache_def; in pp_metadata_destruct_common() 830 *blist_nocache_def = p_blist_nocache_def; in pp_metadata_destruct_common() 868 …ft_list(struct kern_pbufpool *pp, struct skmem_obj *blist_def, struct skmem_obj *blist_nocache_def, in pp_free_kbft_list() argument 877 if (blist_nocache_def != NULL) { in pp_free_kbft_list() 878 skmem_cache_batch_free_nocache(PP_KBFT_CACHE_DEF(pp), blist_nocache_def); in pp_free_kbft_list() 891 struct skmem_obj *__single blist_nocache_def = NULL, *__single blist_nocache_large = NULL; in pp_metadata_destruct() local 893 pp_metadata_destruct_common(kqum, pp, raw, &blist_def, &blist_nocache_def, in pp_metadata_destruct() 895 pp_free_kbft_list(pp, blist_def, blist_nocache_def, blist_large, blist_nocache_large); in pp_metadata_destruct() 2188 struct skmem_obj **blist_nocache_def, struct skmem_obj **blist_large, in pp_metadata_fini() argument [all …]
|