Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/mem/
H A Dskmem_slab.c766 struct skmem_obj *listn; in skmem_slab_batch_free() local
772 listn = list->mo_next; in skmem_slab_batch_free()
781 if ((list = listn) == NULL) { in skmem_slab_batch_free()
H A Dskmem_cache.c1570 struct skmem_obj *listn; in skmem_cache_batch_free_common() local
1600 listn = list->mo_next; in skmem_cache_batch_free_common()
1604 listn = NULL; in skmem_cache_batch_free_common()
1623 if ((list = listn) != NULL) { in skmem_cache_batch_free_common()
1757 listn = list->mo_next; in skmem_cache_batch_free_common()
1765 list->mo_next = listn; in skmem_cache_batch_free_common()
1766 list = listn; in skmem_cache_batch_free_common()
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool.c2582 struct skmem_obj *listn; in pp_alloc_buflet_common() local
2584 listn = list->mo_next; in pp_alloc_buflet_common()
2599 list = listn; in pp_alloc_buflet_common()