Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/mem/
H A Dskmem_slab.c765 struct skmem_obj *listn; in skmem_slab_batch_free() local
771 listn = list->mo_next; in skmem_slab_batch_free()
780 if ((list = listn) == NULL) { in skmem_slab_batch_free()
H A Dskmem_cache.c1569 struct skmem_obj *listn; in skmem_cache_batch_free_common() local
1599 listn = list->mo_next; in skmem_cache_batch_free_common()
1603 listn = NULL; in skmem_cache_batch_free_common()
1622 if ((list = listn) != NULL) { in skmem_cache_batch_free_common()
1756 listn = list->mo_next; in skmem_cache_batch_free_common()
1764 list->mo_next = listn; in skmem_cache_batch_free_common()
1765 list = listn; in skmem_cache_batch_free_common()
/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool.c2649 struct skmem_obj *listn; in pp_alloc_buflet_common() local
2651 listn = list->mo_next; in pp_alloc_buflet_common()
2659 list = listn; in pp_alloc_buflet_common()