Home
last modified time | relevance | path

Searched refs:blist_nocache_large (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpbufpool.c735 struct skmem_obj **blist_nocache_large) in pp_metadata_destruct_common() argument
833 *pp_blist_nocache_large = *blist_nocache_large; in pp_metadata_destruct_common()
834 *blist_nocache_large = p_blist_nocache_large; in pp_metadata_destruct_common()
869 struct skmem_obj *blist_large, struct skmem_obj *blist_nocache_large) in pp_free_kbft_list() argument
880 if (blist_nocache_large != NULL) { in pp_free_kbft_list()
881 skmem_cache_batch_free_nocache(PP_KBFT_CACHE_LARGE(pp), blist_nocache_large); in pp_free_kbft_list()
891 struct skmem_obj *__single blist_nocache_def = NULL, *__single blist_nocache_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()
2244 struct skmem_obj *__single blist_large = NULL, *__single blist_nocache_large = NULL; in pp_free_packet_chain() local
[all …]